powered by
residuals method for class bcp.
bcp
# S3 method for bcp residuals(object, ...)
the result of a call to bcp().
bcp()
(optional) additional arguments, ignored.
Residuals extracted from the bcp object.
bcp and plot.bcp
plot.bcp
# NOT RUN { ##### A random sample from a few normal distributions ##### testdata <- c(rnorm(50), rnorm(50, 5, 1), rnorm(50)) bcp.0 <- bcp(testdata) residuals(bcp.0) # }
Run the code above in your browser using DataLab