vcov.phylosem {phylosem} | R Documentation |
Extract Variance-Covariance Matrix
Description
extract the covariance of fixed effects, or both fixed and random effects.
Usage
## S3 method for class 'phylosem'
vcov(object, which = c("fixed", "random", "both"), ...)
Arguments
object |
output from |
which |
whether to extract the covariance among fixed effects, random effects, or both |
... |
ignored, for method compatibility |
[Package phylosem version 1.1.4 Index]