Extracts estimated parameters (either on response scales or link scales)
# S4 method for fitode
coef(object, type = c("response", "links"))The estimated coefficients of the fitode object
fitode object
type of coefficients. The default (type=response) is on the
response scale; this is the scale on which the model parameters are defined.
Alternatively, type=link can be used to obtain parameters on the estimated scale.