odemodel-class: Class "odemodel" representing ode models

odemodel-classR Documentation

Class "odemodel" representing ode models

Description

Class "odemodel" representing ode models

Create a new odemodel

Usage

odemodel(...)

Slots

name

name of the model

gfun

gradient function

grad

list of gradients

observation

list of observation models

initial

list of expressions representing the initial values

state

state variables

par

parameters

link

link functions for parameters (log links are used as default)

diffnames

character vector specifying the names of a variable for which the consecutive difference needs to be calculated

call

original function call

jacobian.initial

Jacobian of initial values with respect to its parameters

jacobian.state

Jacobian with respect to its states

jacobian.par

Jacobian with repsect to its parameters

loglik

list of log-likelihood functions

expr

expressions for true trajectories

expr.sensitivity

sensitivity of the expressions with respect to state variables and parameters

keep_sensitivity

(logical) keep sensitivity equations?


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