initialize-loglik.ode-method: The initializer for loglik.ode

initialize,loglik.ode-methodR Documentation

The initializer for loglik.ode

Description

The initializer for loglik.ode

Usage

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

Arguments

.Object

object

name

name of the distribution

model

formula specifying the disstribution

observation

observation variable name

mean

mean variable name

par

additional parameter names

keep_grad

maintain the gradient as part of the model

Value

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


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