computeArsin: Computes the arc-sine.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeArithmetics.R

Description

Helper Function for xpssCompute. R Implementation of the SPSS ARSIN Function.

Usage

1

Arguments

x

an atomic numeric or numeric vector or numeric matrix.

Value

returns a vector with the arc-sine values of the input data.

Author(s)

Bastian Wiessner

See Also

asin

Examples

1
xpssCompute(x = fromXPSS, variables = "V5",fun = "computeArsin")

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.