asinp | R Documentation |
Calculates the sqrt arc sine of x/100, rescaled to be in the unit
interval.
This transformation is useful for analyzing percentages or proportions
of any kind.
asinp(x)
x |
vector of data values |
vector of transformed values
This very simple function is provided in order to simplify
formulas. It has an attribute "inverse"
that contains
the inverse function, see example.
Werner A. Stahel, ETH Zurich
asinp(seq(0,100,10))
( y <- asinp(c(1,50,90,95,99)) )
attr(asinp, "inverse")(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.