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, ...)## 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.lsm.basis.