datasae3: Data generated based on Heteroscedastic Autoregressive...

datasae3R Documentation

Data generated based on Heteroscedastic Autoregressive Multivariate Fay Herriot Model (Model 3)

Description

This data is generated based on heteroscedastic autoregressive multivariate Fay-Herriot model (model 3) by following these steps:

  1. Generate sampling error e, random effect u, and auxiliary variables X1 X2.

    • For sampling error e, we set e ~ N2(0, Ve) , where Ve = (σij)i,j=1,2,3, with σ11 = 0.1 , σ22 = 0.2 , σ33 = 0.3 , and ρe = 0.5.

    • For random effect u, we set u ~ N2(0, Vu) , where σu11 = 0.2 , σu22 = 0.4 , σu33 = 1.2, and ρu = 0.8.

    • For auxiliary variables X1 and X2, we set X1 ~ N(5, 0.1) and X2 ~ N(10, 0.2).

  2. Calculate direct estimation Y1 Y2 and Y3 , where Yi = Xβ+ui+ei. We take β1 = 5 and β2 = 10.

Auxiliary variables X1 X2, direct estimation Y1 Y2 Y3, and sampling variance-covariance v1 v2 v3 v12 v13 v23 are combined into a dataframe called datasae3.

Usage

datasae3

Format

A data frame with 50 rows and 11 variables:

X1

Auxiliary variable of X1

X2

Auxiliary variable of X2

Y1

Direct Estimation of Y1

Y2

Direct Estimation of Y2

Y3

Direct Estimation of Y3

v1

Sampling Variance of Y1

v12

Sampling Covariance of Y1 and Y2

v13

Sampling Covariance of Y1 and Y3

v2

Sampling Variance of Y2

v23

Sampling Covariance of Y2 and Y3

v3

Sampling Variance of Y3

Reference

Benavent, Roberto & Morales, Domingo. (2015). Multivariate Fay-Herriot models for small area estimation. Computational Statistics & Data Analysis. 100. 372-390. DOI: 10.1016/j.csda.2015.07.013.


msae documentation built on April 25, 2022, 1:05 a.m.

Related to datasae3 in msae...