Learn R Programming

sdcMicro (version 5.5.1)

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, ...)

Arguments

object

object from class ‘pram’

Additional arguments passed through.

Value

The summary of object from class ‘pram’.

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

# }

Run the code above in your browser using DataLab