summary.pram {sdcMicro} | R Documentation |
Summary method for objects from class pram
Description
Summary method for objects from class ‘pram’ to provide information about transitions.
Usage
## S3 method for class 'pram'
summary(object, ...)
Arguments
object |
object from class ‘pram’ |
... |
Additional arguments passed through. |
Details
Shows various information about the transitions.
Value
The summary of object from class ‘pram’.
Author(s)
Matthias Templ and Bernhard Meindl
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
Examples
data(free1)
x <- as.factor(free1[,"MARSTAT"])
x2 <- pram(x)
x2
summary(x2)
[Package sdcMicro version 5.7.8 Index]