Learn R Programming

TestDimorph (version 0.4.1)

anova_main_II: ANOVA type II for main effects

Description

ANOVA type II for main effects

Usage

anova_main_II(x, es_aov, digits, CI, lower.tail)

Arguments

x

A data frame containing summary statistics.

digits

Number of significant digits, Default: 4

CI

confidence interval coverage takes value from 0 to 1, Default: 0.95.

lower.tail

Logical; if TRUE probabilities are `P[X <= x]`, otherwise, `P[X > x]`., Default: FALSE