Learn R Programming

lpl (version 0.13)

print.lplb: print a lplb object

Description

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

Usage

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

Value

No return value, called for printing model fit

Arguments

x

a lplb class returned from lplb fit

...

other options used in print()

Author

Siwei Zhand and Bingshu E. Chen

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.

See Also

The default method for print print.default, lplb

Examples

Run this code
#
#  See examples in lplb and lple
#

Run the code above in your browser using DataLab