| emilia_cs {tipsae} | R Documentation |
Poverty in Emilia-Romagna (Italy) Health Districts in 2016
Description
The emilia dataset consists of a dataset on poverty mapping concerning 38 health districts within the Emilia-Romagna region, located in North-East of Italy, with observations recorded in 2016.
Usage
emilia_cs
Format
Dataframe with 38 area observations and 8 variables.
idCharacter, name of the health district.
provCharacter, name of NUTS-3 region related to the district.
yearNumeric, year of the observation.
hcrNumeric, head-count ratio estimate (used as response variable).
varsNumeric, sampling variance of head-count ratio estimator.
nNumeric, area sample size.
xNumeric, fake covariate.
popNumeric, population size of the area.
Details
It has been built starting from model-based estimates and related CV freely available on Emilia-Romagna region website. Since it is used for illustrative purposes only, such estimates are assumed to be unreliable direct estimates, requiring a SAE procedure.
See Also
emilia for the panel dataset including observation from 2014 to 2018.
Examples
library(tipsae)
data("emilia_cs")