asinp {plgraphics} | 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
Werner A. Stahel, ETH Zurich
asinp(seq(0,100,10))