Skip to contents

Retrieve Statistics from a Mixture Markov Model (MMM)

Usage

mmm_stats(x, use_t_dist = TRUE, level = 0.05)

Arguments

x

A mhmm object.

use_t_dist

A logical value. If TRUE (the default), the t-distribution is used to compute confidence intervals.

level

A numeric value representing the significance level for hypothesis testing and confidence intervals. Defaults to 0.05.

Value

A data.frame object.

See also

Cluster-related functions communities(), group_model(), rename_groups()

Examples

mmm_stats(engagement_mmm)
#>     cluster    variable  estimate      p_value    ci_lower  ci_Upper std_rrror
#> 1 Cluster 2 (Intercept) 0.3641003 9.648771e-02 -0.06524374 0.7934444 0.2190571
#> 2 Cluster 3 (Intercept) 1.1704507 1.225029e-09  0.79295086 1.5479505 0.1926055
#>    t_value
#> 1 1.662125
#> 2 6.076933