response-classes: Class "GLMresponse" and class "transInit"
Description
Specific instances of response models for depmix
models.Details
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
.