📄 sr.sc.rd
字号:
\name{sR.sC}\alias{sR.sC}\title{ Compute Regression Parameters }\description{Compute an array of regression parameters from an array of correlation parameters. }\usage{sR.sC(sC)}%- maybe also 'usage' for other objects documented here.\arguments{ \item{sC}{ a p x p x nsamp array of, made up of nsamp correlation matrices. }}\details{For each of the nsamp correlation matrices C, a matrix of regression parameters is computed via \code{R[j,-j]<- C[j,-j]\%*\%solve(C[-j,-j]) }}\value{a p x p x nsamp array of regression parameters. }\author{ Peter Hoff }\keyword{array }% at least one, from doc/KEYWORDS\keyword{multivariate}\keyword{regression}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -