xmrr is a package designed to generate and visualize control charts from time-series data.
xmr(): Generates XMR
data.
xmr_chart(): Takes the output from
xmr() and makes an XMR chart.
For the development version:
devtools::install_github("zanidean/xmrr")For the official CRAN version:
install.packages("xmrr")XMRS have two key asssumptions:
Measurements of value happen over sequential time.
Each unit of time has only one measurement of value.
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)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.