powered by
Input a data frame or a table, and the LaTeX output will be returned. Options exist for row and column proportions as well as for showing work.
contTable(x, prop = c("none", "row", "col"), show = FALSE, digits = 3)
A data frame (with two columns) or a table.
Indicate whether row ("r", "R", "row") or column ("c", "C", "col") proportions should be used. The default is to simply print the contingency table.
"r"
"R"
"row"
"c"
"C"
"col"
If row or column proportions are specified, indicate whether work should be shown.
The number of digits after the decimal that should be shown for row or column proportions.
David Diez
The contTable function makes substantial use of the cat function.
contTable
cat
email, cars93, possum, mariokart
email
cars93
possum
mariokart
data(email) table(email[, c("spam", "sent_email")]) contTable(email[, c("spam", "sent_email")])
Run the code above in your browser using DataLab