powered by
Summarize a small.em class
# S3 method for small.em summary(object, ...)
A small.em class
additional arguments affecting the summary produced
A data frame of log-likeliood, BIC and model index.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab