Learn R Programming

⚠️There's a newer version (1.4-1) of this package.Take me there.

afex (version 0.14-2)

Analysis of Factorial Experiments

Description

Provides convenience functions for analyzing factorial experiments using ANOVA or mixed models. aov_ez(), aov_car(), and aov_4() allow specification of between, within (i.e., repeated-measures), or mixed between-within (i.e., split-plot) ANOVAs for data in long format (i.e., one observation per row), potentially aggregating multiple observations per individual and cell of the design. mixed() fits mixed models using lme4::lmer() and computes p-values for all fixed effects using either Kenward-Roger approximation for degrees of freedom (LMM only), parametric bootstrap (LMMs and GLMMs), or likelihood ratio tests (LMMs and GLMMs). afex uses type 3 sums of squares as default (imitating commercial statistical software).

Copy Link

Version

Install

install.packages('afex')

Monthly Downloads

24,034

Version

0.14-2

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Singmann

Last Published

August 17th, 2015

Functions in afex (0.14-2)

md_12.1

Data 12.1 from Maxwell & Delaney
obk.long

O'Brien Kaiser's Repeated-Measures Dataset with Covariate
afex_options

Set/get global afex options
nice

Make nice ANOVA table for printing.
afex_aov-methods

Methods for afex_aov objects
ems

Expected values of mean squares for factorial designs
set_sum_contrasts

Set global contrasts
allFit

Refit lmer model using multiple optimizers
afex-package

The afex Package
round_ps

Helper function which rounds p-values
md_16.1

Data 16.1 / 10.9 from Maxwell & Delaney
compare.2.vectors

Compare two vectors using various tests.
mixed

p-values for fixed effects of mixed-model via lme4::lmer()
aov_car

Convenient ANOVA estimation for factorial designs
sk2011.2

Data from Singmann & Klauer (2011, Experiment 2)
sk2011.1

Data from Singmann & Klauer (2011, Experiment 1)
md_15.1

Data 15.1 / 11.5 from Maxwell & Delaney
md_16.4

Data 16.4 from Maxwell & Delaney
ks2013.3

Data from Klauer & Singmann (2013, Experiment 3)
aov.car

Deprecated functions