asinp: arc sine Transformation

Description Usage Arguments Value Note Author(s) Examples

Description

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.

Usage

1
asinp(x)

Arguments

x

vector of data values

Value

vector of transformed values

Note

This very simple function is provided in order to simplify formulas

Author(s)

Werner A. Stahel, ETH Zurich

Examples

1
asinp(seq(0,100,10))

regr0 documentation built on May 2, 2019, 4:52 p.m.

Related to asinp in regr0...