Met deze functie kan een gegevensreeks getoetst worden op kwaliteitsregels. Daarnaast wordt getoetst of er een significante lineaire trend bestaat.
1 2 3 4 5 6 7 | qc.test(x, dates = rep(NA, length(x)), m = mean(x), s = sd(x),
round = 2, type = "Nelson", text.show = TRUE, plot.show = TRUE,
colours = rainbow(8), include_EWMA = TRUE,
title = paste("Quality Control according to", type), subtitle = "",
subtitle.colour = colours[1], plot.withoutrule1 = FALSE,
plot.print = TRUE, x.lbl = "Observation", y.lbl = "Value",
markdown = FALSE, force = FALSE)
|
x |
Gegevensreeks. |
dates |
Standaard is |
m |
Standaard is |
s |
Standaard is |
round |
Standaard is |
type |
Standaard is |
text.show |
Standaard is |
plot.show |
Standaard is |
title |
Standaard is |
subtitle |
Standaard is |
subtitle.colour |
Standaard is |
plot.withoutrule1 |
Standaard is |
plot.print |
Standaard is |
x.lbl |
Standaard is |
y.lbl |
Standaard is |
markdown |
Standaard is |
force |
Standaard is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.