| diagnose_numeric {validata} | R Documentation | 
diagnose_numeric
Description
Inputs a dataframe and returns various summary statistics of the numeric columns. For example zeros returns the number
of 0 values in that column. minus counts negative values and infs counts Inf values. Other rarer metrics
are also returned that may be helpful for quick diagnosis or understanding of numeric data. mode returns the most common
value in the column (chooses at random in case of tie) , and mode_ratio returns its frequency as a ratio of the total rows
Usage
diagnose_numeric(.data, ...)
Arguments
| .data | dataframe | 
| ... | tidyselect | 
Value
dataframe
Examples
library(framecleaner)
iris %>%
diagnose_numeric
[Package validata version 0.1.0 Index]