sdcMicro (version 4.1.0)

print.pram: Print method for objects from class pram

Description

Print method for objects from class pram.

Usage

## S3 method for class 'pram':
print(x, ...)

Arguments

x
object from class pram
...
Additional arguments passed through.

Value

  • Short information about the method and the parameters used.

References

Templ, M. Statistical Disclosure Control for Microdata Using the R-Package sdcMicro, Transactions on Data Privacy, vol. 1, number 2, pp. 67-85, 2008. http://www.tdp.cat/issues/abs.a004a08.php

See Also

pram

Examples

Run this code
data(free1)
x <- free1[,"MARSTAT"]
x2 <- pram(x)
x2

Run the code above in your browser using DataLab