fitted.bcp {bcp} | R Documentation |
fitted method for class bcp
.
## S3 method for class 'bcp' fitted(object, ...)
object |
the result of a call to |
... |
(optional) additional arguments, ignored. |
Fitted values extracted from the bcp
object.
Xiaofei Wang, Chandra Erdman and John W. Emerson
plot.bcp
, summary.bcp
, and print.bcp
for summaries of the results.
##### 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)