README.md

altEASI

The Other Version of EASI

Overview

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.

Installation

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")

Usage

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.

Getting Help

Contact Me



cwendorf/easi-dev documentation built on Oct. 23, 2020, 4:28 p.m.