Learn R Programming

sdcMicro (version 2.0.4)

plot.indivRisk: 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.

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

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

Run the code above in your browser using DataLab