| socExp {robCompositions} | R Documentation |
social expenditures
Description
Social expenditures according to source (public or private) and three important branches (health, old age, incapacity related) in selected OECD countries in 2010. Expenditures are always provided in the respective currency.
Usage
data(socExp)
Format
A data frame with 20 observations on the following 8 variables (country + currency + row-wise sorted cells of 2x3 compositional table).
Details
countryCountry of origincurrencyCurrency unit (in Million)health-publicHealth from the publicold-publicOld age expenditures from the publicincap-publicIncapacity related expenditures from the publichealth-privateHealth from private sourcesold-privateOld age expenditures from private sourcesincap-privateIncapacity related expenditures from private sources
Author(s)
conversion to R by Karel Hron Karel Hron and modifications by Matthias Templ matthias.templ@tuwien.ac.at
References
OECD
Examples
data(socExp)
str(socExp)
rowSums(socExp[, 3:ncol(socExp)])