print.BCC {BCClong}R Documentation

Generic print method for BCC objects

Description

Generic print method for BCC objects

Usage

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

Arguments

x

An object of class BCC.

...

further arguments passed to or from other methods.

Value

Void function prints model information, no object return

Examples

# get data from the package
data(epil2)
fit.BCC <- epil2
print(fit.BCC)

[Package BCClong version 1.0.3 Index]