dq_multivariate: Compute multivariate quality metrics

Description Usage Arguments Value

View source: R/multivariate.R

Description

Compute multivariate quality metrics

Usage

1
2
3
4
5
6
7
dq_multivariate(dat, mc.cores = getOption("mc.cores", 8L))

## S3 method for class 'dq_multivariate'
format(x, digits.pval = 4, ...)

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

Arguments

dat

The input data set

mc.cores

See mclapply

x, object

An R object

...

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

n

Number of rows to print

digits, digits.pval

How many digits to print

Value

An object of class "dq_multivariate".


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