ident_cont: Continuous(Numeric) variable Identifier

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
ident_cont(test)

Arguments

test

test: dataset that has both categorical and continous variable

Details

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

Value

It returns Data frame

Author(s)

Rahul Mehta

See Also

ident_cat

Examples

1
2
data(iris)
cont_data=ident_cont(iris)

RDIDQ documentation built on May 2, 2019, 9:11 a.m.