sdcMicro (version 5.7.8)

summary.pram: Summary method for objects from class pram

Description

Summary method for objects from class ‘pram’ to provide information about transitions.

Usage

# S3 method for pram
summary(object, ...)

Value

The summary of object from class ‘pram’.

Arguments

object

object from class ‘pram’

...

Additional arguments passed through.

Author

Matthias Templ and Bernhard Meindl

Details

Shows various information about the transitions.

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 <- as.factor(free1[,"MARSTAT"])
x2 <- pram(x)
x2
summary(x2)

Run the code above in your browser using DataLab