powered by
Applies the angular transformation to numeric values. It is given by \(\sin^{-1}(\sqrt{proportions})\)
angular(proportions, n)
A numeric.
The proportions.
The divisor(s) for each proportion
Chris Brien
angular.mod, powerTransform.
angular.mod
powerTransform
n <-25 y <- rbinom(10, n, 0.5) y <- c(y,0,n) p <- y/n p.ang <- angular(p, n)
Run the code above in your browser using DataLab