| SAEval_example {SAEval} | R Documentation |
Example dataset for the evaluation of Small Area Estimates
Description
SAEval_example contains a data.frame with direct and indirect estimates for unplunned domain among with their variance.
Usage
data(SAEval_example)
Format
SAEval_example is a data frame with 107 domains and 18 variables:
sadomain of interest codes
nuts1NUTS1 codes
nuts2NUTS2 codes
nuts0NUTS0 codes
y_ddirect estimated
mse_dvariance of direct estimates
y_synaunit level synthetic estimates
mse_saMSE of unit level synthetic estimates
y_eblupaunit level EBLUP estimates
mse_eba2MSE of unit level EBLUP estimates
y_spaznrunit level EBLUP estimates with spatial correlation of random effects
mse_spaznrMSE of unit level EBLUP estimates with spatial correlation of random effects
y_eblupbarea level EBLUP estimates
mse_ebbMSE of area level EBLUP estimates
y_synbarea level synthetic estimates
mse_sbMSE of area level synthetic estimates
y_logisunit level EBLUP type logit estimates
mse_logMSE of unit level EBLUP type logit estimates
Examples
# Load example data
data(SAEval_example)
summary(SAEval_example)
# being the domain unplunned there are 7 areas without direct estimates
dim(SAEval_example[SAEval_example$y_d==0,])