mmm_stats: Retrieve Statistics from a Mixture Markov Model (MMM)

View source: R/clusters.R

mmm_statsR Documentation

Retrieve Statistics from a Mixture Markov Model (MMM)

Description

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)


tna documentation built on June 8, 2025, 10:33 a.m.