Italy | R Documentation |
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
the second column, of type numeric
: millions of
Lire, 1990=base
Giovanni Baiocchi
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.