View source: R/summarize_extract.R
vcov.cmp | R Documentation |
Extracting the Variance-Covariance Matrix from a COM-Poisson Model Fit
## S3 method for class 'cmp' vcov(object, ...)
object |
an object class 'cmp' object, obtained from a call to |
... |
other arguments passed to or from other methods (currently unused). |
The method will return the estimated covariances between the parameter estimates of the fitted cmp model.
data(attendance) M.attendance <- glm.cmp(daysabs ~ gender + math + prog, data = attendance) vcov(M.attendance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.