
replicated.uniques(object, data)
synds
, which stands
for 'synthesised data set'. It is typically created by
function syn()
and it includes object$m
synthesised data set(s).object$m = 1
) or a data frame
with object$m
columns (for object$m > 1
) with logical
values indicateing duplicates in m
th synthetic data set.object$m
integers
indicating the number of duplicates in the synthetic data set(s).object$m
numeric
values indicating the percentage of duplicates in the synthetic data set(s).sdc
ods <- SD2011[1:1000,c("sex","age","edu","marital","smoke")]
s1 <- syn(ods, m = 2)
replicated.uniques(s1,ods)
Run the code above in your browser using DataLab