Learn R Programming

doMIsaul (version 1.0.1)

anovatab: Table of ANOVA test for several explanatory variables

Description

Performs the function aov() for the main.var and var.

Usage

anovatab(data, main.var, var, nb.dec = 1)

Arguments

data

The database.

main.var

string. The categorical variable against the variable will be compared.

var

strings. The categorical variable to compare with.

nb.dec

digit. Number of decimals for the mean and quantiles

Value

table with mean and q1 q3 for each level and p-value of ANOVA test.