subsetMicrodata {sdcMicro} | R Documentation |
subsetMicrodata
Description
allows to restrict original data to only a subset. This may be useful to test some anonymization
methods. This function will only be used in the graphical user interface sdcApp
.
Usage
subsetMicrodata(obj, type, n)
Arguments
obj |
an object of class |
type |
algorithm used to sample from original microdata. Currently supported choices are
|
n |
numeric vector of length 1 specifying the specific parameter with respect to argument |
Value
an object of class sdcMicroObj-class
with modified slot @origData
.
Author(s)
Bernhard Meindl
[Package sdcMicro version 5.7.8 Index]