quick.reg.manova: MANOVA tables in HTML

Description Usage Arguments Details Value Examples

View source: R/quick.reg.R

Description

quick.reg method for class "manova".

Usage

1
2
3
4
5
6
## S3 method for class 'manova'
quick.reg(my.model, my.factor = NULL, test.stat = "Pillai",
  show.contrasts = F, adjustment = "bonferroni", show.y.contrasts = F,
  show.latent = F, show.intercepts = F, real.names = T, 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.

test.stat

MANOVA test statistic to use. (default = "Pillai"). Wilks, Pillai, Roy supported.

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.y.contrasts

Show how variables load on each variable? (default = F). NOTE: This is NOT the same as latent variables what are latent ANOVAs.

show.latent

Show latent variables? (default = F). This is equivalent to running an ANOVA for each independent variable while making the dependent variables as uncorrelated as possible.

show.intercepts

Show the individual intercepts? (default = F).

real.names

Use real names for intercepts in contrasts or use intercept number? (default = T). This does not change intercept names if show.intercepts is on.

part.eta

NOT YET SUPPORTED

VIF

NOT YET SUPPORTED

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.

Details

Need to put some description of method here.

Value

Either quick.table or invisible()

Examples

1
quick.reg.manova(my.manova)

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