| initialize,loglik.ode-method | R Documentation | 
The initializer for loglik.ode
## S4 method for signature 'loglik.ode'
initialize(
  .Object,
  name,
  model,
  observation = "X",
  mean,
  par = NULL,
  keep_grad = TRUE
)
| .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 | 
An object of class “loglik.ode” as described in loglik.ode-class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.