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.
P(trafo = NULL, parameters = NULL, condition = NULL,
attach.input = FALSE, keep.root = TRUE, compile = FALSE,
modelname = NULL, method = c("explicit", "implicit"),
verbose = FALSE)
object of class eqnvec
or named character or list thereof. In case,
trafo is a list, P()
is called on each element and conditions are assumed to be
the list names.
character vector
character, the condition for which the transformation is generated
attach those incoming parameters to output which are not overwritten by the parameter transformation.
logical, applies for method = "implicit"
. The root of the last
evaluation of the parameter transformation function is saved as guess for the next
evaluation.
logical, compile the function (see funC0)
character, see funC0
character, either "explicit"
or "implicit"
Print out information during compilation
An object of class parfn.