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.
id
Character, name of the health district.
prov
Character, name of NUTS-3 region related to the district.
year
Numeric, year of the observation.
hcr
Numeric, head-count ratio estimate (used as response variable).
vars
Numeric, sampling variance of head-count ratio estimator.
n
Numeric, area sample size.
x
Numeric, fake covariate.
pop
Numeric, 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")