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