Print a summary.glmList Object

DESCRIPTION:

Information summarizing the individual glm fitted objects corresponding to x is printed. This includes the estimated coefficients and their respective standard errors, t-values, and p-values.

USAGE:

print(x, ...)

REQUIRED ARGUMENTS:

x
an object inheriting from class summary.glmList, representing a summarized glmList object.
...
optional arguments passed to print.default; see the documentation on that method function.

SEE ALSO:

, .

EXAMPLES:

fm1 <- glmList(resp ~ trt | clinic, Clinic, family=binomial)
print(summary(fm1))