powered by
Italian GDP growth panel for 21 regions covering the period 1951-1998 (millions of Lire, 1990=base). There are 1008 observations in total.
data("Italy")
A data frame with 2 columns, and 1008 rows.
the first column, of type ordered
ordered
the second column, of type numeric: millions of Lire, 1990=base
numeric
Baiocchi, G. (2006), “Economic Applications of Nonparametric Methods,” Ph.D. Thesis, University of York.
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