print.freqCalc {sdcMicro} | R Documentation |
Print method for objects from class freqCalc.
## S3 method for class 'freqCalc'
print(x, ...)
x |
object from class |
... |
Additional arguments passed through. |
information about the frequency counts for key variables for object
of class freqCalc
.
Matthias Templ
## example from Capobianchi, Polettini and Lucarelli:
data(francdat)
f <- freqCalc(francdat, keyVars=c(2,4,5,6),w=8)
f