Learn R Programming

qreport (version 1.0-1)

conVars: conVars

Description

Find Continuous Variables

Usage

conVars(...)

Value

character vector

Arguments

...

passed to [varType()]

Author

Frank Harrell

Details

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

Examples

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

Run the code above in your browser using DataLab