uniqueReport: Create a uniqueReport of a data.frame

Description Usage Arguments Examples

View source: R/uniqueReport.R

Description

uniqueReport will create a unique Report from a data.frame.

Usage

1
uniqueReport (inputData,range = c(0, 0.4))

Arguments

inputData

The data frame to create report before modeling.

range

A vector of length 2 for the range of NA proportion. Variables with NA proportion less than range[1] will do nothing, Variables with NA proportion more than range[2] will be suggested to delete. Others will be suggested to remove the observations.

Examples

1
uniqueReport(testData)

Lchiffon/preReport documentation built on May 8, 2019, 9:52 p.m.