Last data update: 2014.03.03

R: Utility functions for printing.
print.LMR Documentation

Utility functions for printing.

Description

Users are not encouraged to call these internal functions directively.

Usage

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

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

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

Arguments

x

Obeject in class "LM","PMT" or "RE"

...

further arguments to be passed to plot

Details

Internal functions for package dcv.

Author(s)

Jinlong Zhang jinlongzhang01@gmail.com

Examples

data(val)
test.RE(val[,1],val[,2])

Results