angular | R Documentation |
Applies the angular transformation to numeric values.
It is given by \sin^{-1}(\sqrt{proportions})
angular(proportions, n)
proportions |
The proportions. |
n |
The divisor(s) for each proportion |
A numeric.
Chris Brien
angular.mod
, powerTransform
.
n <-25
y <- rbinom(10, n, 0.5)
y <- c(y,0,n)
p <- y/n
p.ang <- angular(p, n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.