Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike-lawrence/ez
Development repository for the `ez` package for R
https://github.com/mike-lawrence/ez
Last synced: about 1 month ago
JSON representation
Development repository for the `ez` package for R
- Host: GitHub
- URL: https://github.com/mike-lawrence/ez
- Owner: mike-lawrence
- Created: 2011-02-04T23:07:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T01:39:24.000Z (about 8 years ago)
- Last Synced: 2024-04-25T03:01:05.158Z (8 months ago)
- Language: R
- Homepage:
- Size: 286 KB
- Stars: 51
- Watchers: 9
- Forks: 17
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
- jimsghstars - mike-lawrence/ez - Development repository for the `ez` package for R (R)
README
# ez
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 site not only hosts the ongoing code development for `ez`, but also serves as the forum (https://github.com/mike-lawrence/ez/issues) to report bugs and request features associated `ez`.
A discussion forum can be found at http://groups.google.com/group/ez4r
## Note:
To automatically download and install the very latest ez code any time you run a given R script, install the `devtools` library (`install.packages('devtools')`; windows users will also have to install Rtools, http://cran.r-project.org/bin/windows/Rtools/, and install devtools via `install.packages('devtools',type='source')`) then put the following at the top of your script:
library(devtools)
dev_mode()
install_github('mike-lawrence/ez')
library(ez)