The following code consists of five functions. When wrapTables is run, only the t table is output? How to fix so each table outputs with a title for each such as "Chi-Square Table" followed by the chi-square table of probabilities? Thanks.
MM
wrapTables <- function() {
chistable()
ftableb()
normtab()
poissontable2()
ttable()
}
wrapTables()