Transform,loglik.ode-method {fitode} | R Documentation |
Transform the model
Description
Transform the model
Usage
## S4 method for signature 'loglik.ode'
Transform(
object,
transforms = NULL,
name,
observation = "X",
mean,
par,
keep_grad = TRUE
)
Arguments
object |
loglik.ode object |
transforms |
list of formulas specifying transformations |
name |
name of the log-likelihood model |
observation |
observation variable name |
mean |
mean variable name |
par |
additional parameter names |
keep_grad |
maintain the gradient as part of the model |
Value
loglik.ode object
[Package fitode version 0.1.1 Index]