Learn R Programming

fitode (version 0.1.1)

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

Description

the initializer for prior.ode

Usage

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

Value

An object of class ``prior.ode'' as described in prior.ode-class.

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