# NOT RUN {
# }
# NOT RUN {
## Summary for tabulation
x <- tab(infert, education, parity:spontaneous)
summary(x)
x <- tab(infert, education, parity:spontaneous, by = case)
summary(x)
## Summary for summary statistics
x <- summ(iris)
summary(x)
x <- summ(iris, by = Species)
summary(x)
x <- summ(iris, by = Species, detail = TRUE)
summary(x)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab