cluster_probs: Extract the Prior Cluster Probabilities of MHMM or MNHMM

get_cluster_probsR Documentation

Extract the Prior Cluster Probabilities of MHMM or MNHMM

Description

Extract the Prior Cluster Probabilities of MHMM or MNHMM

Usage

get_cluster_probs(model)

## S3 method for class 'mnhmm'
get_cluster_probs(model)

## S3 method for class 'mhmm'
get_cluster_probs(model)

Arguments

model

A hidden Markov model.

See Also

posterior_cluster_probabilities().


seqHMM documentation built on June 8, 2025, 10:16 a.m.