Learn R Programming

synthesizer (version 0.3.1)

qa: Quality assurance for synthesized data

Description

Repeatedly synthesize a dataset, record a set of quality measures for each repetition.

Usage

qa(real, n = 10)

Value

A data.frame with n rows and each column a quality measure.

Arguments

real

[data.frame] A data set to be synthesized.

n

[integer] Number of repetitions

See Also

Other measures: dcor(), dmean(), pmse()

Examples

Run this code

qa(iris)

Run the code above in your browser using DataLab