barnett | R Documentation |
The British government uses the Barnett formula to allocate money for public expenditure in Scotland, Wales, and Northern Ireland based on changes to funding in England (and something other nations too). This function takes the necessary inputs and returns the expected change in funding expected under the Barnett formula.
barnett(eng_fund, pop_prop, comp_fct)
eng_fund |
Amount of extra funding allocated to England. |
pop_prop |
Population proportion compared to England. |
comp_fct |
Comparability factor as a proportion. Value reflects how comparable the English departmental programme is to the devolved administration's programme. |
A vector of numeric data
barnett(eng_fund = 1e+09, pop_prop = .1034, comp_fct = .997)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.