Learn R Programming

translateSPSS2R (version 1.0.0)

computeArtan: Computes the arc-tan.

Description

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

Usage

computeArtan(x)

Arguments

x
an atomic numeric or numeric vector or numeric matrix.

Value

returns a numeric, numeric vector or matrix with the arc-tan values of the input data.

See Also

atan

Examples

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

Run the code above in your browser using DataLab