easiOrigin
easiOrigin is an R package that implements features of estimation 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.
This package is not currently on CRAN, but can be installed and loaded using these R commands:
install.packages("remotes")
remotes::install_github("cwendorf/easiOrigin")
library(easiOrigin)
If you do not wish a full install, the latest functions can be made available using these R commands:
source("http://raw.githubusercontent.com/cwendorf/easiOrigin/main/source-easiOrigin.R")
The following vignettes show both the default output and the available options for estimation, confidence interval plots, and significance tests.
Wendorf, C.A. (2019). easiOrigin: The original version of EASI [R Package]. https://github.com/cwendorf/easiOrigin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.