plot.em.glm.summary: Error bar plot of coefficients and errors to inspect class...

Description Usage Arguments Value Examples

Description

Error bar plot of coefficients and errors to inspect class overlap.

Usage

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

Arguments

x

An EM summary object, from summary.em.glm

...

Arguments to be passed to methods

Value

An R plot with error bars.

Examples

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)

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