Learn R Programming

seqHMM (version 2.1.0)

get_cluster_probs: 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 mnhmm get_cluster_probs(model)

# S3 method for mhmm get_cluster_probs(model)

Arguments

model

A hidden Markov model.

See Also

posterior_cluster_probabilities().