Learn R Programming

RDIDQ (version 1.0)

ident_cont: Continuous(Numeric) variable Identifier

Description

This function identifies Continuos variable from the main dataset and returns a dataset that has only Continuos variables

Usage

ident_cont(test)

Arguments

test
test: dataset that has both categorical and continous variable

Value

It returns Data frame

Details

This function identifies Continuos variable from the main dataset and returns a dataset that has only Continuos variables

See Also

ident_cat

Examples

Run this code
data(iris)
cont_data=ident_cont(iris)

Run the code above in your browser using DataLab