Levels {NormData}R Documentation

Explore data

Description

Gives the levels of a variable.

Usage

Levels(x)

Arguments

x

A variable for which the different levels should be printed.

Details

For details, see Van der Elst (2023).

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)
Levels(Substitution$Gender)

[Package NormData version 1.1 Index]