update_nhmm: Update Covariate Values of NHMM

update.nhmmR Documentation

Update Covariate Values of NHMM

Description

This function can be used to replace original covariate values of NHMMs. The responses, model formulae and estimated coefficients are not altered.

Usage

## S3 method for class 'nhmm'
update(object, newdata, ...)

## S3 method for class 'mnhmm'
update(object, newdata, ...)

Arguments

object

An object of class nhmm or mnhmm.

newdata

A data frame containing the new covariate values.

...

Ignored.


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