diagnose_numeric: diagnose_numeric

Description Usage Arguments Value Examples

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

1

Arguments

.data

dataframe

...

tidyselect

Value

dataframe

Examples

1
2
3
4
library(framecleaner)

iris %>%
diagnose_numeric

validata documentation built on Oct. 5, 2021, 9:08 a.m.