summary.small.em: Summarize a small.em class

Description Usage Arguments Value Examples

Description

Summarize a small.em class

Usage

1
2
## S3 method for class 'small.em'
summary(object, ...)

Arguments

object

A small.em class

...

additional arguments affecting the summary produced

Value

A data frame of log-likeliood, BIC and model index.

Examples

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

warm_up <- small.em(x = x, y = y, K = 2, b.init = "random", sample.size = 50)
summary(warm_up)

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