powered by
Summarize EM glm coefficients.
# S3 method for em.glm summary(object, ...)
An em.glm object
additional arguments affecting the summary produced
List of each classes coefficients and errors.
# 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