print.lplb {lpl}R Documentation

print a lplb object

Description

print are used to provide a short summary of lplb outputs.

Usage

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

Arguments

x

a lplb class returned from lplb fit

...

other options used in print()

Details

print.lplb is called to print object or summary of object from the lplb model lplb.

The default method, print.default has its own help page. Use methods("print") to get all the methods for the print generic.

Value

No return value, called for printing model fit

Author(s)

Siwei Zhand and Bingshu E. Chen

See Also

The default method for print print.default, lplb

Examples

#
#  See examples in lplb and lple
#

[Package lpl version 0.11 Index]