computeExp: Computes the exponential

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeArithmetics.R

Description

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

Usage

1

Arguments

x

an atomic numeric or numeric vector or numeric matrix.

Value

returns a numeric, numeric vector or matrix with the expontential values of the input data.

Author(s)

Bastian Wiessner

See Also

exp

Examples

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

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