Description Usage Arguments Value Examples
Error bar plot of coefficients and errors to inspect class overlap.
| 1 2 | 
| x | An EM summary object, from summary.em.glm | 
| ... | Arguments to be passed to methods | 
An R plot with error bars.
| 1 2 3 4 5 6 7 | x <- model.matrix(~ factor(wool) + factor(tension), warpbreaks)
y <- warpbreaks$breaks
m <- em.glm(x = x, y = y, K = 2, b.init = "random")
m.sum <- summary(m)
plot(m.sum)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.