Description Usage Arguments Details Value
Compute univariate quality metrics
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, ...)
|
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 |
n |
Number of rows to print |
Make sure you set.seed before you run this function to get consistent results.
An object of class "dq_univariate".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.