Coding {NormData}R Documentation

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)

Arguments

x

The variable to be evaluated.

verbose

A logical value indicating whether verbose output should be generated.

Value

No return value, called for side effects.

Author(s)

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

data(Substitution)
Coding(Substitution$LE)

[Package NormData version 1.1 Index]