summary-methods: Summary method for the online_log_mixture class

Description Usage Arguments Value Examples

Description

Takes an object of type online_log_mixture and prints the model parameters and a number of descriptives

Takes an object of type online_log_mixture and prints the model a comparison of the different models based on a number of different fit measures.

Usage

1
2
3
4
5
## S4 method for signature 'online_log_mixture'
summary(object, ...)

## S4 method for signature 'multi_online_log_mixture'
summary(object, each = FALSE, ...)

Arguments

object

The fitted model

each

Default is FALSE; if TRUE it prints, in sequence, the summaries of each individual model in the comparison.

object

The fitted model

Value

Nothing

Nothing

Examples

1
2
3
4
5
M1 <- online_log_mixture(2,1)
models <- multi_online_log_mixture(M1)
models <- add_model(models, online_log_mixture(2,2))
models <- add_observation(models, 1, c(2,-3))
summary(models)

Nth-iteration-labs/ofmlr documentation built on Sept. 27, 2020, 9:49 p.m.