Learn R Programming

BCClong (version 1.0.3)

print.BCC: Generic print method for BCC objects

Description

Generic print method for BCC objects

Usage

# S3 method for BCC
print(x, ...)

Value

Void function prints model information, no object return

Arguments

x

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
print(fit.BCC)

Run the code above in your browser using DataLab