Learn R Programming

np (version 0.40-13)

oecdpanel: Cross Country Growth Panel

Description

Cross country GDP growth panel covering the period 1960-1995 used by Liu and Stengos (2000) and Maasoumi, Racine, and Stengos (2007). There are 616 observations in total. data("oecdpanel") makes available the dataset "oecdpanel" plus an additional object "bw".

Usage

data("oecdpanel")

Arguments

source

Thanasis Stengos

References

Liu, Z. and T. Stengos (1999), Non-linearities in cross country growth regressions: a semiparametric approach, Journal of Applied Econometrics, 14, 527-538.

Maasoumi, E. and J.S. Racine and T. Stengos (2007), Growth and convergence: a profile of distribution dynamics and mobility, Journal of Econometrics, 136, 483-508

Examples

Run this code
data("oecdpanel")
attach(oecdpanel)
summary(oecdpanel)
detach(oecdpanel)

Run the code above in your browser using DataLab