Description Usage Format Source References Examples
Data on budget shares of alcohol and tobacco for 2724 Belgian households, taken from the Belgian household budget survey of 1995/96.
1 | data("AlcoholTobacco")
|
A data frame containing 2724 observations on 9 variables.
Budget share of alcohol.
Budget share of tobacco.
Total expenditure.
10-year age intervals ranging from 0 (younger than 30) to 4 (60 or older).
Number of adults.
Number of old kids (2 years or older).
Number of young kinds (younger than 2 years).
Factor indicating occupation of household head
("blue"
collar worker, "white"
collar worker, or "other"
).
Factor indicating region of residence (Dutch-speaking "flanders"
,
French-speaking "wallonie"
, or bilingual "brussels"
).
Supplementary material for Verbeek (2004), originally provided by the National Institute of Statistics (NIS), Belgium.
Verbeek, M. (2004). A Guide to Modern Econometrics, 2nd ed. Chichester, UK: John Wiley.
1 2 3 4 5 6 7 8 9 10 11 | data("AlcoholTobacco", package = "htobit2017")
## homoscedastic tobit model for budget share of alcohol
ma <- htobit(alcohol ~ (age + adults) * log(expenditure) + oldkids + youngkids,
data = AlcoholTobacco)
summary(ma)
## homoscedastic tobit model for budget share of tobacco
mt <- htobit(tobacco ~ (age + adults) * log(expenditure) + oldkids + youngkids,
data = AlcoholTobacco)
summary(mt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.