powered by
Extracting the Variance-Covariance Matrix from a COM-Poisson Model Fit
# S3 method for cmp vcov(object, ...)
an object class 'cmp' object, obtained from a call to glm.cmp
glm.cmp
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.
# NOT RUN { data(attendance) M.attendance <- glm.cmp(daysabs~ gender+math+prog, data=attendance) vcov(M.attendance) # }
Run the code above in your browser using DataLab