powered by
Error bar plot of coefficients and errors to inspect class overlap.
# S3 method for em.glm.summary plot(x, ...)
An EM summary object, from summary.em.glm
Arguments to be passed to methods
An R plot with error bars.
# 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") m.sum <- summary(m) plot(m.sum) # }
Run the code above in your browser using DataLab