response-class {depmixS4} | R Documentation |
A generic response
model for depmix
models.
object |
An object of class "response". |
This class offers a framework from which to build specific response
models such as glm based responses or multinomial responses. For
extensibility, objects with class response
should have at least
methods: dens
to return the dens
'ity of responses, and
getpars
and setpars
methods to get and set parameters.
parameters
:fixed
:y
:x
:npar
:The following functions should be used for accessing the corresponding slots:
npar
:getdf
:Ingmar Visser & Maarten Speekenbrink