powered by
This function provides a compact summary for fitted models.
# S3 method for msme summary(object, ...)
the call used to fit the model.
a dataframe of estimates, standard errors, etc.
deviance from the model fit.
deviance from the null model fit.
residual degrees of freedom from the model fit.
residual degrees of freedom from the null model fit.
the fitted model.
optional arguments to be passed through.
Andrew Robinson and Joe Hilbe.
The function prints out a summary and returns an invisible list with useful objects.
Hilbe, J.M., and Robinson, A.P. 2013. Methods of Statistical Model Estimation. Chapman & Hall / CRC.
data(medpar) ml.poi <- ml_glm(los ~ hmo + white, family = "poisson", link = "log", data = medpar) summary(ml.poi)
Run the code above in your browser using DataLab