| SAEval_example | R Documentation |
SAEval_example contains a data.frame with direct and indirect estimates for unplunned domain among with their variance.
data(SAEval_example)
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
# 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,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.