Description Usage Arguments Value Author(s) See Also Examples
Create the definition of the ln Transformation that will be applied on some
parameter via the transform
method. The definition of this function
is currently x<-log(x)*(r/d). The transformation would normally be used to
convert to a linear valued parameter to the natural logarithm scale.
Typically r and d are both equal to 1.0. Both must be positive.
1 | lnTransform(transformationId="defaultLnTransform", r=1, d=1)
|
transformationId |
character string to identify the transformation |
r |
positive double that corresponds to a scale factor. |
d |
positive double that corresponds to a scale factor |
Returns an object of class transform
.
B. Ellis and N. LeMeur
Other Transform functions:
arcsinhTransform()
,
biexponentialTransform()
,
inverseLogicleTransform()
,
linearTransform()
,
logTransform()
,
logicleTransform()
,
quadraticTransform()
,
scaleTransform()
,
splitScaleTransform()
,
truncateTransform()
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.