The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Overview

xmrr is a package designed to generate and visualize control charts from time-series data.

Installation

For the development version:

devtools::install_github("zanidean/xmrr")

For the official CRAN version:

install.packages("xmrr")

Usage

XMRS have two key asssumptions:

This snippet shows the basic syntax:

Year <- seq(2001, 2009, 1)
Measure <-  runif(length(Year))

df <- data.frame(Year, Measure)

xmr(df, "Measure", recalc = T)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.