quick.part.cont: Partial contrasts for ANOVA and MANOVA tables

Description Usage Arguments Details Value Examples

View source: R/quick.tasks.R

Description

Adds Contrasts and Latent Contrasts to nested table for creating overall MANOVA tables.

Usage

1
2
quick.part.cont(my.nested.table, adjustment = "bonferroni", latent.cont = F,
  abbrev.length = 30)

Arguments

my.nested.table

Table of models and SSCP matrices from quick.reg()

adjustment

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

latent.cont

Should latent contrasts also be computed? (default = F).

abbrev.length

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

Details

This package takes the SSCP matrices from quick.reg() and calculates partial contrasts directly. Also can create latent contrasts.

Value

Nested table with added rows and information (Unfortunately as character at the moment)

Examples

1
quick.contrast(my.nested.table)

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