summary.ecm {apt}R Documentation

Summary of Results from Error Correction Model

Description

This summarizes the main results from error correction models.

Usage

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

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.

Details

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

Value

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

Author(s)

Changyou Sun (cs258@msstate.edu)

See Also

ecmSymFit and ecmAsyFit.

Examples

# see example at daVich

[Package apt version 3.0 Index]