plot.indivRisk {sdcMicro}R Documentation

plot method for indivRisk objects

Description

Plots an interactive histogramm or ecdf plot with various interactive sliders.

Usage

## S3 method for class 'indivRisk':
plot(x, ...)

Arguments

x object of class ‘indivRisk’
...

Details

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.

Author(s)

Matthias Templ

References

look e.g. on the mu-Argus manuals available at http://neon.vb.cbs.nl/casc/Software/MuManual4.1.pdf

See Also

indivRisk

Examples

data(free1)
f <- freqCalc(free1, keyVars=1:3,w=30)
## individual risk calculation:
indivf <- indivRisk(f)  
## now use:
##plot(indivf)  

[Package sdcMicro version 2.1.0 Index]