ecu {JLLprod}R Documentation

Production Data: Ecuador (2002)

Description

Production data for the Petroleum, Chemical & Plastics industry in Ecuador for the year 2002.

Usage

data(ecu)

Format

A data frame with 406 observations on the following 4 variables.

lny
Ln of Y, output in thousands of current USD.
lnk
Ln of K, capital in thousands of current USD.
lnl
Ln of L, the average number of employees.
ind
2: Petroleum, Chemical & Plastics

Details

We would like to thank The Central Bank of Ecuador for providing us with this data set, specially to Miguel Acosta.

Source

INEC (National Institute of Statistic & Census of Ecuador)

References

Raw data prepared by: Sebastián Zambrano and Diego Benítez (dbenitez@uio.bce.fin.ec)

Examples

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)

[Package JLLprod version 1.0.0 Index]