coef,fitode-method {fitode} | R Documentation |
Extract model coefficients from fitode objects
Description
Extracts estimated parameters (either on response scales or link scales)
Usage
## S4 method for signature 'fitode'
coef(object, type = c("response", "links"))
Arguments
object |
fitode object |
type |
type of coefficients. The default ( |
Value
The estimated coefficients of the fitode object
[Package fitode version 0.1.1 Index]