Learn R Programming

dMod (version 0.3.1)

P: Generate a parameter transformation function

Description

Generate parameter transformation function from a named character vector or object of class eqnvec. This is a wrapper function for Pexpl and Pimpl. See for more details there.

Usage

P(trafo = NULL, parameters = NULL, condition = NULL, keep.root = TRUE, compile = FALSE, modelname = NULL, method = c("explicit", "implicit"), verbose = FALSE)

Arguments

trafo
object of class eqnvec or named character
parameters
character vector
condition
character, the condition for which the transformation is generated
keep.root
logical, applies for method = "implicit". The root of the last evaluation of the parameter transformation function is saved as guess for the next evaluation.
compile
logical
modelname
character
method
character, either "explicit" or "implicit"
verbose
Print out information during compilation

Value

An object of class parfn.