Learn R Programming

NormData (version 1.1)

Coding: Check the coding of a variable

Description

This function checks the coding of a variable, e.g., the dummy-coding scheme that will be used for binary or qualitative variables.

Usage

Coding(x, verbose=TRUE)

Value

No return value, called for side effects.

Arguments

x

The variable to be evaluated.

verbose

A logical value indicating whether verbose output should be generated.

Author

Wim Van der Elst

References

Van der Elst, W. (2024). Regression-based normative data for psychological assessment: A hands-on approach using R. Springer Nature.

Examples

Run this code
data(Substitution)
Coding(Substitution$LE)

Run the code above in your browser using DataLab