Learn R Programming

qreport (version 1.0-1)

disVars: disVars

Description

Find Discrete Variables

Usage

disVars(...)

Value

character vector

Arguments

...

passed to [varType()]

Author

Frank Harrell

Details

Uses [varType()] to type the variables then retrieves the vector of names of discrete ones.

Examples

Run this code
if (FALSE) {
disVars(mydata)
}

Run the code above in your browser using DataLab