getVarCov.lcc | R Documentation |
Retrieves the variance-covariance matrix of the specified component from a fitted
lcc
model object. The function can extract different types of variance-covariance
matrices based on the specified component type.
## S3 method for class 'lcc'
getVarCov(obj, type = "random.effects", ...)
obj |
An object of class |
type |
Specifies the type of variance-covariance matrix to extract.
Options are |
... |
Optional arguments passed to the underlying |
This function is useful for detailed inspection of the variance components
in different aspects of the model. For more information on the types of variance-covariance
matrices and their interpretations, refer to the documentation of the nlme
package.
lcc
, summary.lcc
,
coef.lcc
, vcov.lcc
## Not run:
fm1 <- lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
getVarCov(fm1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.