View source: R/printfunctions.R
vcov.mcml | R Documentation |
Returns the calculated variance-covariance matrix for a 'mcml' object. The generating Model object has several methods to calculate the variance-convaariance matrix. For the standard GLS information matrix see 'Model$information_matrix()'. Small sample corrections can be accessed directly from the generating Model using 'Model$small_sample_correction()'. The varaince-covariance matrix including the random effects can be accessed using 'Model$information_matrix(include.re = TRUE)'.
## S3 method for class 'mcml'
vcov(object, ...)
object |
A 'mcml' object. |
... |
Further arguments passed from other methods |
A variance-covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.