Learn R Programming

languageR (version 1.6)

transforming.fnc: transform vector according to specified function

Description

Apply function fun to input vector y

Usage

transforming.fnc(y, fun)

Value

a numerical vector

Arguments

y

numerical vector (for dependent variable)

fun

a function, or NA (in which case no transformation is applied

Author

R. H. Baayen

Details

exists only to make code more readable

See Also

See Also as plotLMER.fnc