userphi {resde} | R Documentation |
Templates for user-supplied transformation and drivative functions, used by
sdefit()
if specified in parameters phi
and/or
phiprime
. To be completed by the user.
userphi(x, theta)
userphiprime(x, theta)
x |
Numeric vector, variable to be transformed. |
theta |
Named list of transformation parameters |
Transformed variable
Transformation derivative
userphi()
: transformation
userphiprime()
: derivative