powered by
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)
vector of transformed values
vector of data values
Werner A. Stahel, ETH Zurich
asinp(seq(0,100,10)) ( y <- asinp(c(1,50,90,95,99)) ) attr(asinp, "inverse")(y)
Run the code above in your browser using DataLab