Learn R Programming

seqHMM (version 2.1.0)

get_initial_probs: Extract the Initial State Probabilities of Hidden Markov Model

Description

Extract the Initial State Probabilities of Hidden Markov Model

Usage

get_initial_probs(model)

# S3 method for nhmm get_initial_probs(model)

# S3 method for mnhmm get_initial_probs(model)

# S3 method for hmm get_initial_probs(model)

# S3 method for mhmm get_initial_probs(model)

Arguments

model

A hidden Markov model.