Description Usage Arguments See Also Examples
Construct a structured sparse upper Cholesky factor from an
nlme-style corStruct object
1  | strucMatrixCorFactor(object, sig = 1)
 | 
object | 
 a   | 
sig | 
 initial standard deviation  | 
Other strucMatrixSpecial: strucMatrixBlank;
strucMatrixCol;
strucMatrixCompSymm;
strucMatrixConstVarChol;
strucMatrixCorMatChol;
strucMatrixDiag;
strucMatrixExpChol;
strucMatrixFull;
strucMatrixGenFullTri;
strucMatrixIdent;
strucMatrixInd;
strucMatrixOneOffDiag;
strucMatrixOnes;
strucMatrixSymm;
strucMatrixTri;
strucMatrixVarWithCovariate
1 2 3 4 5  | if(require("nlme")) {
    corObj <- Initialize(corAR1(0.5, form = ~ 1 | Subject),
                         data = Orthodont)
}
(xCorFactor <- strucMatrixCorFactor(corObj))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.