Learn R Programming

pdolsms (version 0.2)

summary.pdols: A summary method for the pdols class

Description

A summary method for the pdols class

Usage

"summary"(object, ...)

Arguments

object
An object of class pdols
...
Further arguments passed to or from other methods.

References

Mark, N. C. and Sul, D. (2003), Cointegration Vector Estimation by Panel DOLS and Long-run Money Demand. Oxford Bulletin of Economics and Statistics, 65: 655-680.

Examples

Run this code
data("marksul2003")
result <- pdols(formula = Y ~ X + Z - 1,
                index = c("Country", "Year"),
                data = marksul2003,
                p = 2,
                icase = "constant")
summary(result)

Run the code above in your browser using DataLab