Learn R Programming

apt (version 4.0)

summary.ecm: Summary of Results from Error Correction Model

Description

This summarizes the main results from error correction models.

Usage

# S3 method for ecm
summary(object, digits=3, ...)

Value

A data frame object with coefficients and related statistics by equation.

Arguments

object

an object of class ecm from the function of ecmAsyFit or ecmSymFit.

digits

number of digits for rounding outputs

...

additional arguments to be passed.

Author

Changyou Sun (edwinsun258@gmail.com)

Details

This wraps up the coefficents and statistics from ECM by equation.

See Also

ecmSymFit and ecmAsyFit.

Examples

Run this code
# see example at daVich

Run the code above in your browser using DataLab