transforming.fnc {languageR} | R Documentation |
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 |
Details
exists only to make code more readable
Value
a numerical vector
Note
not intended for independent use
Author(s)
R. H. Baayen
See Also
See Also as plotLMER.fnc
Examples
## Not run: not intended for independent use
[Package languageR version 1.5.0 Index]