Description Usage Arguments Value Author(s) Examples
The transformation that is applied to the scaling parameter of the vsn model
1 |
b |
Real vector. |
A real vector of same length as b, with transformation f
applied (see
vignette Likelihood Calculations for vsn).
Wolfgang Huber
1 2 3 4 | b = seq(-3, 2, length=20)
fb = scalingFactorTransformation(b)
if(interactive())
plot(b, fb, type="b", pch=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.