r-quantities / errors

Uncertainty Propagation for R Vectors
https://r-quantities.github.io/errors
Other
49 stars 8 forks source link
cran error-propagation r r-package uncertainty

Measurement Errors for R

Build Status Coverage Status CRAN\_Status\_Badge Downloads DOI

The errors package provides support for measurement errors in R vectors, matrices and arrays: automatic uncertainty propagation and reporting.

Documentation

See the initial blog post. The package includes a vignette that is an up-to-date version of the following R Journal publication, which should be used for citations:

Installation

Install the release version from CRAN:

install.packages("errors")

The installation from GitHub requires the remotes package.

# install.packages("remotes")
remotes::install_github("r-quantities/errors")