residuals.bcp {bcp} | R Documentation |
residuals method for class bcp
.
residuals.bcp(object, ...)
object |
the result of a call to bcp() . |
... |
additional arguments. |
Residuals extracted from the bcp
object.
Chandra Erdman and John W. Emerson
##### A random sample from a few normal distributions ##### testdata <- c(rnorm(50), rnorm(50, 5, 1), rnorm(50)) bcp.0 <- bcp(testdata) plot.bcp(bcp.0) residuals.bcp(bcp.0)