Usage
GLMresponse(formula, data=NULL, family=gaussian(), pstart=NULL,
fixed=NULL, prob=TRUE, ...)
transInit(formula, nstates, data=NULL, family=multinomial(),
pstart=NULL, fixed=NULL, prob=TRUE, ...)
## S3 method for class 'response':
getdf(object)
Arguments
nstates
The number of states of the model.
family
A family object; currently only multinomial() and
gaussian() are allowed options.
data
An optional data.frame to interpret the variables from the
formula argument in.
pstart
Starting values for the coefficients and other
parameters, ie the standard deviation for the gaussian() family.
fixed
Logical vector indicating which paramters are to be fixed.
prob
Logical indicating whether the starting values for
multinomial() family models are probabilities or logistic
parameters (see details).
object
Object of class response.