Learn R Programming

erer (version 4.0)

daBed: Transformed Wooden Beds Import Data for Static AIDS Models

Description

This data set contains transformed values related to wooden beds imports by the United States from January 2001 to December 2008. There are 96 observations and 20 variables.

sCNmonthly import share of wooden beds from China
sVNmonthly import share of wooden beds from Vietnam
sIDmonthly import share of wooden beds from Indonesia
sMYmonthly import share of wooden beds from Malaysia
sCAmonthly import share of wooden beds from Canada
sBRmonthly import share of wooden beds from Brazil
sITmonthly import share of wooden beds from Italy
sRWmonthly import share of wooden beds from the rest of world
rtereal total expenditure in logarithm
lnpCNmonthly import price of wooden beds from China in logarithm
inpVNmonthly import price of wooden beds from Vietnam in logarithm
lnpIDmonthly import price of wooden beds from Indonesia in logarithm
lnpMYmonthly import price of wooden beds from Malaysia in logarithm
lnpCAmonthly import price of wooden beds from Canada in logarithm
inpBRmonthly import price of wooden beds from Brazil in logarithm
lnpITmonthly import price of wooden beds from Italy in logarithm
lnpRWmonthly import price of wooden beds from the rest of world in logarithm
dum1a pulse dummy variable (1 for October 2003, 0 otherwise)
dum2a pulse dummy variable (1 for July 2004, 0 otherwise)
dum3a pulse dummy variable (1 for January 2005, 0 otherwise)

Usage

data(daBed)

Arguments

Format

Monthly time series from Janurary 2001 to December 2008 with 96 observations for each of the 20 variables.

Details

This is the transformated data set for static AIDS model. The transformation detail is described in Wan et al. (2010).

References

Wan, Y., C. Sun, and D.L. Grebner. 2010. Analysis of import demand for wooden beds in the United States. Journal of Agricultural and Applied Economics 42(4):643-658.

See Also

aiStaFit; daBedRaw.

Examples

Run this code
data(daBed)
class(daBed); dim(daBed); colnames(daBed)
daBed

Run the code above in your browser using DataLab