quick.table: Table Printer

Description Usage Arguments Value

View source: R/quick.table.R

Description

Helper function to turn tables into html tables

Usage

1
2
3
4
5
6
quick.table(my.table, type, test.stat = "Pillai", print.type = "full",
  the.caption = NA, the.footer = NA, abbrev.length = ab.len,
  marginality = T, new.rownames.int = NULL, new.rownames.treat = NULL,
  swap.na = NULL, round.num = 2, col.names = my.colnames, print.now = T,
  show.footer = T, make.red = NULL, make.black = NULL, VIF = F,
  part.eta = F)

Arguments

my.table

Final table ready to be turned into html

type

Type (lm, glm, manova, ordinal)

test.stat

Test stat used in MANOVA

print.type

"full" for full html, "part" for just <div>

the.caption

Caption for top of table

the.footer

What is in the footer? This is a single, centered div tag.

Value

List of lists with 3 pieces: null model, pre models, and full models


ckraner/quick.tasks documentation built on May 24, 2019, 5:02 a.m.