Learn R Programming

sdcMicro (version 4.6.1)

print.freqCalc: Print method for objects from class freqCalc

Description

Print method for objects from class freqCalc.

Usage

"print"(x, ...)

Arguments

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

Value

information about the frequency counts for key variables for object of class freqCalc.

See Also

freqCalc

Examples

Run this code

## example from Capobianchi, Polettini and Lucarelli:
data(francdat)
f <- freqCalc(francdat, keyVars=c(2,4,5,6),w=8)
f

Run the code above in your browser using DataLab