print.pram {sdcMicro}R Documentation

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’
...

Value

Short information about the method and the parameters used.

Author(s)

Matthias Templ

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

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

[Package sdcMicro version 2.6.4 Index]