userphi | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.