Description Usage Arguments Value
This function estimates the change in final demand which will occur for a given change in the duty on alcohol
1 2 3 4 5 6 7 8 9 10 | simulate_alcohol_tax(
by.product = FALSE,
cons.data = NULL,
tax.change = 0,
beer.change = 0,
cider.change = 0,
wine.change = 0,
spirit.change = 0,
RTD.change = 0
)
|
by.product |
if TRUE, will apply a separate tax increase to the 5 different alcohol products. |
cons.data |
data frame of price, consumption, elasticity, and tax data. |
tax.change |
the change in tax to be applied to all alcohol products. |
beer.change |
change in tax to be applied to beer. |
cider.change |
change in tax to be applied to cider. |
wine.change |
change in tax to be applied to wine. |
spirit.change |
change in tax to be applied to spirits. |
RTD.change |
change in tax to be applied to RTDs |
a table of output effects (in levels and percentages) and associated Type I and II multipliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.