Hola Martin!

Necesitas en la linea de comandos o consola de R install.packages("qcc"), y
en tu código insertar library(qcc)

library(qcc)
n <- c(rep(50,5), rep(100,5), rep(25, 5))
# generate randomly the number of successes
x <- rbinom(length(n), n, 0.2)
par(mfrow=c(1,2))
# plot the control chart with variable limits
qcc(x, type="p", size=n)
# plot the standardized control chart
qcc(x, type="np", size=n)

[image: Martin Vidalon.png]

*ANED ESQUERRA ARGUELLES*
*_______________________________*
"Without data, you're just another person with an opinion."
_______________________________________________
R-help-es mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-help-es

Responder a