| emilia | R Documentation |
The emilia dataset consists of a panel on poverty mapping concerning 38 health districts within the Emilia-Romagna region, located in North-East of Italy, with annual observations recorded from 2014 to 2018.
emilia
Dataframe with 190 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.
library(tipsae)
data("emilia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.