Learn R Programming

ocp (version 0.1.1)

summary.ocp: Object Summary

Description

Print out ocpd object summary.

Usage

# S3 method for ocp
summary(object, ...)

Arguments

object

the object to summarize

...

(optional) additional arguments, ignored.

Examples

Run this code
# NOT RUN {
simdatapts<- c(rnorm(n = 50), rnorm(n=50, 100))
ocpd1<- onlineCPD(simdatapts)
summary(ocpd1)
# }

Run the code above in your browser using DataLab