altEASI is an R package that implements features of estimation statistics (or the "new statistics"). It only uses raw data input (no summary statistics input), but has some other features that EASI does not yet have. It is mostly a wrapper for built-in R functions and exists as a proof of concept before I develop the functions for EASI.
This package is not currently on CRAN, but can be installed directly from the repository:
install.packages("devtools")
devtools::install_github("cwendorf/altEASI")
library(altEASI)
If you do not wish a full install, the functions can be sourced instead:
source("http://raw.githubusercontent.com/cwendorf/altEASI/master/source-altEASI.R")
The following vignettes are offered as tutorials. They show both the default output and the available options for estimation, confidence interval plots, and significance tests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.