sR.sC {sbgcop} | R Documentation |
Compute an array of regression parameters from an array of correlation parameters.
sR.sC(sC)
sC |
a p x p x nsamp array of, made up of nsamp correlation matrices. |
For each of the nsamp correlation matrices C, a matrix of regression
parameters is computed via R[j,-j]<- C[j,-j]%*%solve(C[-j,-j])
a p x p x nsamp array of regression parameters.
Peter Hoff