linear.predictors {phmm}R Documentation

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


[Package phmm version 0.7-11 Index]