powered by
Descriptive plot function for sdcMicroObj-objects. Currently only visualization of local supression is implemented.
# S3 method for sdcMicroObj plot(x, type = "ls", ...)
a ggplot plot object or (invisible) NULL if local suppression using kAnon() has not been applied
ggplot
NULL
kAnon()
An object of class sdcMicroObj
specified what kind of plot will be generated
"ls": plot of local suppressions in key variables
"ls"
currently ignored
Bernhard Meindl
# \donttest{ data(testdata) sdc <- createSdcObj(testdata, keyVars = c("urbrur", "roof", "walls", "relat", "sex"), w = "sampling_weight") sdc <- kAnon(sdc, k = 3) plot(sdc, type = "ls") # }
Run the code above in your browser using DataLab