dataTMEHB {saeHB.ME} | R Documentation |
Sample Data for Small Area Estimation with Measurement Error using Hierarchical Bayesian Method under Student-t Distribution
Description
This data generated by simulation based on Hierarchical Bayesian Method under Student-t Distribution with Measurement Error by following these steps:
Generate
~ UNIF(10, 20) and
~ UNIF(30,50)
Generate
~ 1/(Gamma(1,1))
Generate
~ N(
Generate
=
=
= 0.5
Generate
~ N(0,1) and
~ Gamma(10,1)
Calculate
=
Generate
~ t(
,
)) and
=
Direct estimation Y
, auxiliary variables x1 x2 x3 x4
, sampling variance v
, and mean squared error of auxiliary variables v.x1 v.x2
are arranged in a dataframe called dataTMEHB
.
Usage
data(dataTMEHB)
Format
A data frame with 30 observations on the following 8 variables.
Y
direct estimation of Y.
x1
auxiliary variable of x1.
x2
auxiliary variable of x2.
vardir
sampling variances of Y.
v.x1
mean squared error of x1.
[Package saeHB.ME version 1.0.1 Index]