emilia_cs | R Documentation |
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.
emilia_cs
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.
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.
emilia
for the panel dataset including observation from 2014 to 2018.
library(tipsae)
data("emilia_cs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.