ecu {JLLprod} | R Documentation |
Production data for the Petroleum, Chemical & Plastics industry in Ecuador for the year 2002.
data(ecu)
A data frame with 406 observations on the following 4 variables.
We would like to thank The Central Bank of Ecuador for providing us with this data set, specially to Miguel Acosta.
INEC (National Institute of Statistic & Census of Ecuador)
Raw data prepared by: Sebastián Zambrano and Diego Benítez (dbenitez@uio.bce.fin.ec)
data(ecu) #some plots #win.graph() layout(matrix(c(1,2,1,2),2,2, byrow=TRUE),respect=TRUE) plot(ecu$lnk-ecu$lnl,ecu$lny,xlab="ln(K/L)",ylab="ln(y)",main="") plot(ecu$lnl,ecu$lny,xlab="ln(L)",ylab="ln(y)",main="") par(oma=c(1,1,1.85,1),new=TRUE,font=2,cex=1) mtext(outer=TRUE,"Petroleum, Chemical & Plastics - 2002",side=3,cex=1)