Learn R Programming

lpl (version 0.11)

print.lple: print a lple object

Description

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

Usage

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

Value

No return value, called for printing model fit

Arguments

x

the results of a lple fit

...

other options used in print()

Author

Siwei Zhand and Bingshu E. Chen

Details

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

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, lple

Examples

Run this code
#
# see example in lple
#

Run the code above in your browser using DataLab