| vcov.mixor | R Documentation |
Returns the variance-covariance matrix of a fitted mixor model object.
## S3 method for class 'mixor'
vcov(object, ...)
object |
a |
... |
other arguments. |
A matrix of the estimated covariances between the parameter estimates in the model.
Kellie J. Archer, Donald Hedeker, Rachel Nordgren, Robert D. Gibbons
See Also as mixor, summary.mixor
library("mixor")
data("schizophrenia")
### Random intercept
SCHIZO1.fit<-mixor(imps79o ~ TxDrug + SqrtWeek + TxSWeek, data=schizophrenia,
id=id, link="probit")
summary(SCHIZO1.fit)
vcov(SCHIZO1.fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.