Learn R Programming

phmm (version 0.7-4)

linear.predictors: PHMM Design

Description

Internal function for extracting the linear predictors of the PHMM model from an object of class phmm returned by phmm.

Usage

linear.predictors(x)

Arguments

x
an object of class phmm.

Value

  • A vector of estimates from call to phmm of $\beta'x_{ij}+w_{ij}'b_{i}$.

See Also

phmm