Learn R Programming

BCClong (version 1.0.3)

summary.BCC: Generic summary method for BCC objects

Description

Generic summary method for BCC objects

Usage

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

Value

Void function summarize model information, no object return

Arguments

object

An object of class BCC.

...

further arguments passed to or from other methods.

Examples

Run this code
# get data from the package
data(epil2)
fit.BCC <- epil2
summary(fit.BCC)

Run the code above in your browser using DataLab