AOboot_two {AOboot} | R Documentation |
AOboot.two Class
Description
A S3 class to represent two-way ANOVAs.
Usage
AOboot_two(
type.aov,
factor1,
factor2,
anova,
em.1,
no.test1,
ph.1,
em.2,
no.test2,
ph.2,
em.3,
no.test3,
ph.3,
em.4,
no.test4,
ph.4
)
Arguments
type.aov |
Character string giving the type of ANOVA computed. |
factor1 |
Names of groups in the first factor. |
factor2 |
Names of groups in the second factor. |
anova |
Results of the ANOVA. |
em.1 |
Bootstrapped estimated marginal means for factor 1. |
no.test1 |
Number of bootstrapped tests conducted for factor 1 that did not produce errors. |
ph.1 |
Bootstrapped post hoc tests for factor 1. |
em.2 |
Bootstrapped estimated marginal means for factor 2. |
no.test2 |
Number of bootstrapped tests conducted for factor 2 that did not produce errors. |
ph.2 |
Bootstrapped post hoc tests for factor 2. |
em.3 |
Bootstrapped estimated marginal means for factor 1 by factor 2. |
no.test3 |
Number of bootstrapped tests conducted for factor 1 by factor 2 that did not produce errors. |
ph.3 |
Bootstrapped post hoc tests for factor 1 by factor 2. |
em.4 |
Bootstrapped estimated marginal means for factor 2 by factor 1. |
no.test4 |
Number of bootstrapped tests conducted for factor 2 by factor 1 that did not produce errors. |
ph.4 |
Bootstrapped post hoc tests for factor 2 by factor 1. |
Value
An object of class "AOboot.two"
.