Description Usage Arguments Value See Also Examples
Parameter transformation
1 2 3 4 5 6 7 8 9 |
trafo |
Named character vector. Names correspond to the parameters being fed into the model (the inner parameters). The elements of tafo are equations that express the inner parameters in terms of other parameters (the outer parameters) |
parameters |
Character vector. Optional. If given, the generated parameter
transformation returns values for each element in |
attach.input |
attach those incoming parameters to output which are not overwritten by the parameter transformation. |
condition |
character, the condition for which the transformation is generated |
compile |
Logical, compile the function (see funC0) |
modelname |
Character, used if |
verbose |
Print compiler output to R command line. |
a function p2p(p, fixed = NULL, deriv = TRUE)
representing the parameter
transformation. Here, p
is a named numeric vector with the values of the outer parameters,
fixed
is a named numeric vector with values of the outer parameters being considered
as fixed (no derivatives returned) and deriv
is a logical determining whether the Jacobian
of the parameter transformation is returned as attribute "deriv".
Pimpl for implicit parameter transformations
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.