The aim of the ez package for R is to provide a simplified/unified
interface to common analysis techniques, including analysis of variance
and mixed effects modeling.
This repository is a continuation of the original ez package developed
by Mike Lawrence (https://github.com/mike-lawrence/ez). The goal is to
ensure ongoing compatibility with current versions and packages of R,
and to keep ez available on CRAN.
The original author is fully credited for the development of ez.
Maintenance of the package has been taken over to address CRAN checks
and dependency updates. Should the original author wish to resume active
development in the future, maintainership will be transferred back.
You can install the latest version of ez from GitHub with:
install.packages("devtools")
devtools::install_github("bucky2177/ez")The CRAN version can be installed with:
install.packages("ez")