Description Usage Arguments Examples
naReport will detect the NAs i around the variables in the dataframe and show the codes users may need for omit.
1 |
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. |
1 | naReport(testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.