Learn R Programming

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

afex (version 0.16-1)

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,771

Version

0.16-1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Singmann

Last Published

April 3rd, 2016

Functions in afex (0.16-1)

md_16.4

Data 16.4 from Maxwell & Delaney
mixed

p-values for fixed effects of mixed-model via lme4::lmer()
obk.long

O'Brien Kaiser's Repeated-Measures Dataset with Covariate
md_12.1

Data 12.1 from Maxwell & Delaney
round_ps

Helper function which rounds p-values
sk2011.1

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

Data from Singmann & Klauer (2011, Experiment 2)
ems

Expected values of mean squares for factorial designs Implements the Cornfield-Tukey algorithm for deriving the expected values of the mean squares for factorial designs.
compare.2.vectors

Compare two vectors using various tests.
allFit

Refit lmer model using multiple optimizers
afex-package

The afex Package
nice

Make nice ANOVA table for printing.
set_sum_contrasts

Set global contrasts
ks2013.3

Data from Klauer & Singmann (2013, Experiment 3)
aov_car

Convenient ANOVA estimation for factorial designs
afex_aov-methods

Methods for afex_aov objects
md_15.1

Data 15.1 / 11.5 from Maxwell & Delaney
md_16.1

Data 16.1 / 10.9 from Maxwell & Delaney
afex_options

Set/get global afex options
aov.car

Deprecated functions