print.LM: Utility functions for printing.

Description Usage Arguments Details Author(s) Examples

Description

Users are not encouraged to call these internal functions directively.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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

1
2

Example output

Loading required package: lmtest
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

    Reduction of Error(RE)= 0.312  
 
    Mean squared erro(MSE)= 0.275  

    Root mean squared error(RMSE)= 0.524 

dcv documentation built on May 1, 2019, 9:25 p.m.