plot.indivRisk {sdcMicro} | R Documentation |
Plots an interactive histogramm or ecdf plot with various interactive sliders.
## S3 method for class 'indivRisk': plot(x, ...)
x |
object of class ‘indivRisk’ |
... |
With the sliders one can move the individual risk threshold. By this movement the threshold will be moved on the plot and the slider with a re-idendification rate and the slider of the number of unsafe records (based on your chosen threshold) are also moved based on the individual risk threshold. This plot is very similar to the individual risk plot of the software mu-Argus.
Matthias Templ
look e.g. on the mu-Argus manuals available at http://neon.vb.cbs.nl/casc/Software/MuManual4.1.pdf
## example from Capobianchi, Polettini and Lucarelli: data(francdat) ff <- freqCalc(francdat, keyVars=c(2,4,5,6),w=8) irisk <- indivRisk( ff ) ## and now apply: ## plot(irisk) data(free1) ff <- freqCalc(free1, keyVars=1:3, w=30) irisk2 <- indivRisk(ff) ## and now apply: ## plot(irisk2)