| error_structure | R Documentation |
A generic function which extracts for each subject the estimated
error structure parameters from objects of class 'mvord'.
error_structure(eobj, type, ...)
## S3 method for class 'mvord'
error_structure(eobj, type = NULL, ...)
eobj |
an object of class |
type |
choose type |
... |
further arguments passed to or from other methods. |
sigmasextracts the correlation/covariance matrices corresponding to each subject.
Applicable in line with cor_general, cov_general, cor_equi, cor_ar1.
alphaextracts the parameters of the covariate dependent error structure.
Applicable in line with cor_equi, cor_ar1.
corrextracts the subject-specific correlation parameters. Applicable in
line with cor_equi, cor_ar1.
zextracts the subject-specific Fisher-z score. Applicable in line
with cor_equi, cor_ar1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.