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 parameters. If elements of
parameters are not in names(trafo) the identity transformation is assumed.
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".
See Also
Pi for implicit parameter transformations and
concatenation for the concatenation of parameter transformations