dq_univariate: Compute univariate quality metrics

Description Usage Arguments Details Value

View source: R/univariate.R

Description

Compute univariate quality metrics

Usage

1
2
3
4
5
6
7
8
dq_univariate(dat, cutoff = 0.05)

## S3 method for class 'dq_univariate'
format(x, digits = 3, digits.pct = 1,
  digits.pval = 4, ...)

## S3 method for class 'dq_univariate'
summary(object, n = 10, ...)

Arguments

dat

The input data set

cutoff

The cutoff to determine outliers.

x, object

An R object

digits, digits.pct, digits.pval

How many digits to print

...

Other arguments. For summary(), these are passed to format().

n

Number of rows to print

Details

Make sure you set.seed before you run this function to get consistent results.

Value

An object of class "dq_univariate".


mayoverse/dq documentation built on March 14, 2020, 1:17 a.m.