fitted.bcp: Extract model fitted values

Description Usage Arguments Value Author(s) See Also Examples

Description

fitted method for class bcp.

Usage

1
2
## S3 method for class 'bcp'
fitted(object, ...)

Arguments

object

the result of a call to bcp().

...

(optional) additional arguments, ignored.

Value

Fitted values extracted from the bcp object.

Author(s)

Xiaofei Wang, Chandra Erdman and John W. Emerson

See Also

plot.bcp, summary.bcp, and print.bcp for summaries of the results.

Examples

1
2
3
4
##### 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)

bcp documentation built on May 2, 2019, 9:16 a.m.