plot_probabilities.em.glm: Test Plot em.glm

Description Usage Arguments Examples

Description

Test Plot em.glm

Usage

1
2
## S3 method for class 'em.glm'
plot_probabilities(em.glm, ...)

Arguments

em.glm

An em.glm object. From em.fit

...

Associated arguments to be passed to plot::par function.

Examples

1
2
3
4
5
6
x <- model.matrix(~ factor(wool) + factor(tension), warpbreaks)
y <- warpbreaks$breaks

m <- em.glm(x = x, y = y, K = 2, b.init = "random")

plot_probabilities(m)

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