dataME {saeME} | R Documentation |
dataME
Description
This data generated by simulation based on Fay-Herriot with Measurement Error Model by following these steps:
Generate
from a UNIF(5, 10) distribution,
= 3,
= 0.25, and
= 2.
Generate
from a N(0,
) distribution,
from a N(0,
) distribution, and
from a N(0,
) distribution.
Generate
=
+
.
Then for each iteration, we generated
=
and
=
.
Direct estimator y
, auxiliary variable , sampling variance
, and
are arranged in a dataframe called
dataME
.
Usage
data(dataME)
Format
A data frame with 100 observations on the following 4 variables.
small_area
areas of interest.
y
direct estimator for each domain.
x.hat
auxiliary variable for each domain.
vardir
sampling variances for each domain.
var.x
mean squared error of auxiliary variable and sorted as
x.hat
[Package saeME version 1.3.1 Index]