summary.em.glm: Summarize EM glm coefficients.

Description Usage Arguments Value Examples

Description

Summarize EM glm coefficients.

Usage

1
2
## S3 method for class 'em.glm'
summary(object, ...)

Arguments

object

An em.glm object

...

additional arguments affecting the summary produced

Value

List of each classes coefficients and errors.

Examples

1
2
3
4
5
6
x <- model.matrix(~ factor(wool) + factor(tension), warpbreaks)
y <- warpbreaks$breaks

m <- em.glm(x = x, y = y, K = 2, b.init = "random")

summary(m)

emax.glm documentation built on July 4, 2019, 5:04 p.m.