Learn R Programming

np (version 0.40-13)

Italy: Italian GDP Panel

Description

Italian GDP growth panel for 21 regions covering the period 1951-1998 (millions of Lire, 1990=base). There are 1008 observations in total.

Usage

data("Italy")

Arguments

source

Giovanni Baiocchi

References

Baiocchi, G. (2006), Economic Applications of Nonparametric Methods, Ph.D. Thesis, University of York.

Examples

Run this code
data("Italy")
attach(Italy)

plot(ordered(year), gdp, xlab="Year (ordered factor)",
     ylab="GDP (millions of Lire, 1990=base)")

detach(Italy)

Run the code above in your browser using DataLab