Learn R Programming

TestDimorph (version 0.4.0)

manova_main_I: MANOVA type I for main effects

Description

MANOVA type I for main effects

Usage

manova_main_I(x, es_manova, test, digits, CI, lower.tail)

Arguments

x

Data frame or list containing summary statistics for multiple parameters measured in both sexes in two or more populations.

es_manova

effect size either ,"eta" for eta squared, or "none"for not reporting an effect size, Default:"none".

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