Learn R Programming

aod (version 1.1-35)

summary.glimML-class: Summary of Objects of Class "summary.glimML"

Description

Summary of a model of formal class glimML fitted by betabin or negbin.

Arguments

Objects from the Class

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.

Examples

Run this code
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

Run the code above in your browser using DataLab