Learn R Programming

languageR (version 1.0)

transforming.fnc: transform vector according to specified function

Description

Apply function fun to input vector y

Usage

transforming.fnc(y, fun)

Arguments

y
numerical vector (for dependent variable)
fun
a function, or NA (in which case no transformation is applied

Value

  • a numerical vector

Details

exists only to make code more readable

See Also

See Also as plotLMER.fnc

Examples

Run this code
not intended for independent use

Run the code above in your browser using DataLab