Learn R Programming

emax.glm (version 0.1.2)

summary.em.glm: Summarize EM glm coefficients.

Description

Summarize EM glm coefficients.

Usage

# S3 method for 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

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab