This function is generic. Summary of objects of class "BinaryEPPM".
# S3 method for BinaryEPPM
summary(object, ...)
An object of class "summaryBinaryEPPM" is constructed. This object has the following attributes.
Indicator of the type of data either 0 "data.frame" or 1 "list".
The "call" to the function "BinaryEPPM".
The model formula in "call".
The model type in "call".
The model name in "call".
The link function in "call".
The vector of offsets for the model for p.
The vector of offsets for the model for scale-factor.
The coefficients of the fitted model for p.
The coefficients of the fitted model for scale-factor.
The log-likelihood of the fitted model.
The number of observations. Relabelled duplication of "nobs" needed when calling function "lrtest".
The number of observations.
The degrees of freedom of the null model.
The degrees of freedom of the residual model.
Vector of number of "trials" in each observation.
Vector of weights for observation.
Indicator of convergence.
Method used to calculate pseudo.r.squared.
The value of the coefficient of determination r squared.
Final model fit.
Control parameters for optimization function "optim".
The fitted values.
The dependent variable in the model.
The terms in the model.
The number of parameters in the model.
Fitted model object of class "BinaryEPPM".
some methods for this generic function require additional arguments.
David M. Smith <dmccsmith@verizon.net>
Similar output to that of summary.glm
"summary.glm" and summary.betareg
Cribari-Neto and Zeileis (2010).
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. tools:::Rd_expr_doi("10.18637/jss.v034.i02").
summary.betareg
print.summaryBinaryEPPM