quick.contrast: Contrast Tables in Pixiedust

Description Usage Arguments Value Examples

View source: R/quick.tasks.R

Description

Beautiful tables using PHIA and PixieDust for lm, glm, and mancova.

Usage

1
2
3
4
quick.contrast(my.model, SS.type = 3, adjustment = "bonferroni",
  test.stat = "Wilks", abbrev.length = 15, pix.int = T,
  pix.method = "html", my.factors = my.contrasts, my.type = my.reg.type,
  skip.me = F)

Arguments

my.model

Model.

SS.type

Type of sums of squares to report, either 2 or 3. (default = 3)

adjustment

P-value adjustment sent to p.adjust (default = "bonferroni")

test.stat

Character string giving the type of test statistic to be used (in MANOVA). (default="Wilks")

abbrev.length

Integer telling how long of a label is too long. Longer than this and will be condensed (default=15)

pix.int

Should this be viewable or is this for a document/dashboard? (default=T)

pix.method

Print method. (default="html")

my.factors

If you only want some of the factors, use this. Otherwise, factors are pulled from the regression model

my.type

If you have problems, you can specify the regression type. This is pulled from the model

manova

Is this a MAN(C)OVA?

Value

Either pixiedust object or code (in HTML or LaTeX) for table

Examples

1
quick.contrast(my.model)

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