quick.reg.default: ANOVA and ANODE tables in HTML

Description Usage Arguments Value Examples

View source: R/quick.reg.R

Description

quick.reg method for "lm", "glm", and "clm" classes

Usage

1
2
3
4
5
6
## Default S3 method:
quick.reg(my.model, my.factor = NULL, show.contrasts = F,
  adjustment = "bonferroni", show.intercepts = T, show.int.change = F,
  part.eta = F, VIF = F, marginality = T, do.return = T,
  abbrev.length = ab.len, show.footer = T, SS.type = 2,
  myDF = my.found.df, type = my.reg.type)

Arguments

my.model

Model to be tested. Currently supported are lm, glm, clm, manova.

my.factor

If there are any factors, list them here.

show.contrasts

If there are factors with df>1, show partial contrasts? (default = F). For lm and glm, this is done using Phia, for manova, it is calculated from SSCP matrices.

adjustment

Adjustment type to be performed on contrats. Uses p.adjust. (default = "bonferroni")

show.intercepts

Show information regarding threshold values for binomial or ordinal regression? (default = T).

show.int.change

Show the change in deviance for the intercept? (default = F). This is a diagnostic as to whether your link function is appropriate and/or if you can generalize to the null model.

part.eta

Show partial eta square for lm? (default = F).

VIF

Show variable inflation factor? (default = F).

marginality

Should SS or deviance for the intercept be neglected? (default = T) If set to F, this is a diagnostic tool to see if the effects of the treatment are at least similar in magnitude to the effects of the intercepts.

do.return

Return the quick.table or just display it? (default=T)

abbrev.length

Abbreviation length for rownames. Default is 30 for clm, 15 otherwise.

show.footer

Show footer including missingness, method, and link and adjustment information if appropriate (default = T)

SS.type

Type of sums of squares (or deviance) to report. Currently, only type II is reported. (default = 2)

myDF

Backup in case can't figure out data frame.

type

Backup in case can't figure out type.

Value

Either quick.table or invisible()

Examples

1
quick.reg(wine.ord)

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