qa {synthesizer}R Documentation

Quality assurance for synthesized data

Description

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

Usage

qa(real, n = 10)

Arguments

real

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

n

[integer] Number of repetitions

Value

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

See Also

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

Examples


qa(iris)


[Package synthesizer version 0.2.0 Index]