aov_car et al. of class afex_aov containing both the ANOVA fitted via car::Anova and base R's aov.## S3 method for class 'afex_aov':
anova(object, es = afex_options("es_aov"),
observed = NULL, correction = afex_options("correction_aov"),
MSE = TRUE, intercept = FALSE, p.adjust.method = NULL, ...)## S3 method for class 'afex_aov':
print(x, ...)
## S3 method for class 'afex_aov':
summary(object, ...)
## S3 method for class 'afex_aov':
recover.data(object, ...)
## S3 method for class 'afex_aov':
lsm.basis(object, trms, xlev, grid, ...)
afex_aov as returned from aov_car and related functions.afex_options("es_aov"), which is initially set to "ges" (i.e., reporting generalized eta-squared, see details). Also supported is partial eta-squared ("pes") or es is not "ges"), see details.afex_options("correction_aov"), which is initially set to "GG" corresponding to the GreeTRUE.FALSE which hides the intercept.character indicating if p-values for individual effects should be adjusted for multiple comparisons (see p.adjust and details).lsm.basis.p.adjust.method.
p.adjust.method defaults to the method specified in the call to aov_car in anova_table. If no method was specified and p.adjust.method = NULL p-values are not adjusted.