summary.glimML-class | R Documentation |
Summary of a model of formal class “glimML” fitted by betabin
or negbin
.
Objects can be created by calls of the form new("summary.glimML", ...)
or,
more commonly, via the summary
or show
method for objects of formal class “glimML”.
object
An object of formal class “glimML”.
Coef
A data frame containing the estimates, standard error, z and P values for the fixed-effect coefficients which were estimated by the fitting function.
FixedCoef
A data frame containing the values of the fixed-effect coefficients which were set to a fixed value.
Phi
A data frame containing the estimates, standard error, z and P values for the overdispersion
coefficients which were estimated by the fitting function. Because the overdispersion
coefficients are > 0
, P values correspond to unilateral tests.
FixedPhi
A data frame containing the values of the overdispersion coefficients which were set to a fixed value.
signature(object = "summary.glimML")
signature(object = "glimML")
signature(object = "glimML")
data(orob2)
fm1 <- betabin(cbind(y, n - y) ~ seed, ~ 1, data = orob2)
# show objects of class "glimML"
fm1
# summary for objects of class "glimML"
res <- summary(fm1)
res@Coef
# show objects of class "summary.glimML"
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.