Transform-odemodel-method: Transform the model

Transform,odemodel-methodR Documentation

Transform the model

Description

Transform the model

Usage

## S4 method for signature 'odemodel'
Transform(
  object,
  transforms,
  observation,
  initial,
  par,
  link,
  keep_sensitivity
)

Arguments

object

odemodel object

transforms

list of formulas specifying transformations

observation

observation model

initial

initial values

par

model parameters

keep_sensitivity

(logical) maintain the Jacobian as part of the model

Value

An object of class “odemodel” as described in odemodel-class.


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