Coding | R Documentation |
This function checks the coding of a variable, e.g., the dummy-coding scheme that will be used for binary or qualitative variables.
Coding(x, verbose=TRUE)
x |
The variable to be evaluated. |
verbose |
A logical value indicating whether verbose output should be generated. |
No return value, called for side effects.
Wim Van der Elst
Van der Elst, W. (2024). Regression-based normative data for psychological assessment: A hands-on approach using R. Springer Nature.
data(Substitution)
Coding(Substitution$LE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.