summary.BayesCP | R Documentation |
Summarize BayesCP object
## S3 method for class 'BayesCP' summary(object, norm.test = FALSE, ...)
object |
the BayesCP class object to be summarized |
norm.test |
logical value for normality test, default is false |
... |
parameters passed to summary() |
An object of BayesCP class with updated summary result
x <- c(rnorm(10, 0, 1), rnorm(10, 5, 1)) bcp <- online_cp(x) summary(bcp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.