| response-classes {depmixS4} | R Documentation |
Specific instances of response models for depmix
models.
The GLMresponse-class offers an interface to the
glm functions that are subsequently used in fitting
the depmix model of which the response is a part.
The transInit is an extension of response that is used to
model the transition matrix and the initial state probabilities by the
use of a multinomial logistic model, the difference being that in fact
the response is missing as the transitions between states are not
observed. This class has its own fit function which is an interface to
the multinom function in nnet.
Both GLMresponse and transInit contain the
response-class. In addition to the slots of that class, these
classes have the following slots:
formula:family:gaussian() from
the stats-package and multinomial.The following functions should be used for accessing the corresponding slots:
npar:getdf:Ingmar Visser & Maarten Speekenbrink