Transform-prior.ode-method: Transform the prior model

Transform,prior.ode-methodR Documentation

Transform the prior model

Description

Transform the prior model

Usage

## S4 method for signature 'prior.ode'
Transform(
  object,
  transforms = NULL,
  name,
  observation = "X",
  par,
  keep_grad = TRUE
)

Arguments

object

object

transforms

list of formulas specifying transformations

name

name of the log-likelihood model

observation

observation variable name

par

additional parameter names

keep_grad

maintain the gradient as part of the model

Value

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


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