According to the Handbook of Biological Statistics, the arcsine squareroot transformation is used for proportional data, constrained at $-1$ and $1$. However, when I use transf.arcsine in R on a dataset ranging from $-1$ to $1$, NaNs are produced because of the square-rooting of a negative number. What is the correct way to transform this data - i.e. how do I use arcsine squareroot transformations on data which include negative numbers?
2026-04-08 22:46:31.1775688391
Arcsine squareroot transformation for data ranging from -$1$ to $1$
17.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
I used Arturo Magidin's formula, $\arcsin(\mathrm{sgn}(x)\sqrt{|x|})$ with the following R code: