angular: Applies the angular transformation to proportions.

angularR Documentation

Applies the angular transformation to proportions.

Description

Applies the angular transformation to numeric values. It is given by \sin^{-1}(\sqrt{proportions})

Usage

angular(proportions, n)

Arguments

proportions

The proportions.

n

The divisor(s) for each proportion

Value

A numeric.

Author(s)

Chris Brien

See Also

angular.mod, powerTransform.

Examples

n <-25
y <- rbinom(10, n, 0.5)
y <- c(y,0,n)
p <- y/n
p.ang <- angular(p, n)

asremlPlus documentation built on Nov. 5, 2023, 5:07 p.m.