OCDE tax wedge
tax_wedge_ocde.RdTax wedge for OCDE countries
Usage
data("tax_wedge_ocde")Format
A data frame with 74 observations on the following 7 variables.
- country_code
- a factor with country code 
- year
- a character vector with year 
- family_type
- a factor with family levels 
- average_rate_employees_SSC
- a numeric vector with Social Securities Contribution by employees 
- average_rate_employer_SSC
- a numeric vector with Social Securities Contribution by employers 
- net_personal_average_tax_rate
- a numeric vector with personal average tax rate 
- average_tax_wedge
- a numeric vector with average tax wedge 
Source
OECD (2020), Tax wedge (indicator). doi: 10.1787/cea9eba3-en (Accessed on 30 November 2020). https://data.oecd.org/tax/tax-wedge.htm
Examples
data(tax_wedge_ocde)
str(tax_wedge_ocde)
#> 'data.frame':	74 obs. of  7 variables:
#>  $ country_code                 : Factor w/ 37 levels "AUS","AUT","BEL",..: 1 1 2 2 3 3 4 4 6 6 ...
#>  $ year                         : chr  "2019" "2019" "2019" "2019" ...
#>  $ family_type                  : Factor w/ 2 levels "single_100_noChild",..: 1 2 1 2 1 2 1 2 1 2 ...
#>  $ average_rate_employees_SSC   : num  0 0 18 18 14 ...
#>  $ average_rate_employer_SSC    : num  5.97 5.97 28.21 28.21 27.12 ...
#>  $ net_personal_average_tax_rate: num  23.6 23.6 33.2 24.8 39.3 ...
#>  $ average_tax_wedge            : num  27.9 27.9 47.9 41.3 52.2 ...