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

coef,fitode-methodR 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 (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.

Value

The estimated coefficients of the fitode object


parksw3/fitode documentation built on April 3, 2024, 7:45 a.m.