Learn R Programming

apt (version 2.5)

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, …)

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.

Value

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

Details

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

See Also

ecmSymFit and ecmAsyFit.

Examples

Run this code
# NOT RUN {
# see example at daVich
# }

Run the code above in your browser using DataLab