initialize-prior.ode-method: the initializer for prior.ode

initialize,prior.ode-methodR Documentation

the initializer for prior.ode

Description

the initializer for prior.ode

Usage

## S4 method for signature 'prior.ode'
initialize(
  .Object,
  name,
  model,
  observation = "X",
  par = NULL,
  keep_grad = TRUE
)

Arguments

.Object

object

name

name of the distribution

model

the formula specifying the model

observation

observation variable name

par

additional parameter names

keep_grad

maintain the gradient as part of the model

Value

An object of class “prior.ode” as described in prior.ode-class.


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