doANOVA: make n-way ANOVA and Tukey Post-hocs

Description Usage Arguments Value Author(s) Examples

Description

make n-way ANOVA and Tukey Post-hocs

Usage

1
doANOVA(frml, ds, which_levels = 1, quiet = F, post_hoc = TRUE, ...)

Arguments

frml

formula. Formula to be passed to aov

ds

data.frame. Data for aov

quiet

logical. should the results of the anova be printed? default is FALSE

...

further arguments to be passed to aov

which_level

character or numeric vector. which levels to compare in post-hoc. default = 1

just_aov

logical. Should the post-hoc test be done? Default is TRUE

Value

ANOVA p-value and Tukey's Post-hoc p-val per comparison

Author(s)

Henrique Cabral

Examples

1
doAnova(formula = x ~ grp * gr2, which = 'grp:grp2')

cabralhenrique/QPVutils documentation built on May 13, 2019, 10:37 a.m.