P {dMod} | R Documentation |
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,
attach.input = FALSE,
keep.root = TRUE,
compile = FALSE,
modelname = NULL,
method = c("explicit", "implicit"),
verbose = FALSE
)
Arguments
trafo |
object of class |
parameters |
character vector |
condition |
character, the condition for which the transformation is generated |
attach.input |
attach those incoming parameters to output which are not overwritten by the parameter transformation. |
keep.root |
logical, applies for |
compile |
logical, compile the function (see funC0) |
modelname |
character, see funC0 |
method |
character, either |
verbose |
Print out information during compilation |
Value
An object of class parfn.