README.md

easiOrigin

The Original Version of EASI

minimal R version License: MIT

Overview

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.

Installation

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

Usage

The following vignettes show both the default output and the available options for estimation, confidence interval plots, and significance tests.

Contact Me

Citation

Wendorf, C.A. (2019). easiOrigin: The original version of EASI [R Package]. https://github.com/cwendorf/easiOrigin



cwendorf/EASIalt documentation built on Oct. 31, 2023, 1:20 a.m.