Learn R Programming

fitode (version 0.1.1)

coef,fitode-method: Extract model coefficients from fitode objects

Description

Extracts estimated parameters (either on response scales or link scales)

Usage

# S4 method for fitode
coef(object, type = c("response", "links"))

Value

The estimated coefficients of the fitode object

Arguments

object

fitode object

type

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.