| 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.
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.
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.