Learn R Programming

translateSPSS2R (version 1.0.0)

computeArsin: Computes the arc-sine.

Description

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

Usage

computeArsin(x)

Arguments

x
an atomic numeric or numeric vector or numeric matrix.

Value

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

See Also

asin

Examples

Run this code
xpssCompute(x = fromXPSS, variables = "V5",fun = "computeArsin")

Run the code above in your browser using DataLab