simulate_alcohol_tax: Simulate a Change in Alcohol Duty

Description Usage Arguments Value

View source: R/simulate_tax.R

Description

This function estimates the change in final demand which will occur for a given change in the duty on alcohol

Usage

 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
)

Arguments

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

Value

a table of output effects (in levels and percentages) and associated Type I and II multipliers.


djmorris1989/iomodeltobalc documentation built on June 11, 2020, 12:16 a.m.