Learn R Programming

BayesMortalityPlus (version 0.2.3)

print.BLC: BLC: Print

Description

Print details from a fitted BLC model and returns it invisibly.

Usage

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

Value

A character vector with the details of a fitted BLC or PredBLC model.

Arguments

x

A BLC or PredBLCobject, result of a call to blc() or predict() function.

...

Further arguments passed to or from other methods.

See Also

print.DLM() and print.HP() for DLM or HP methods.