Dataset to Simulate Small Area Estimation Non-Parametric Based Nadaraya-Watson Kernel
This data is generated by these following steps:
Generate explanatory variables Vardir. Vardir ~ abs(N(0, 0.1))
Generate explanatory variables x. x ~ U(min=0, max=1)
Calculate direct estimation y where \(y_{i}\) = \(sin(2 * \pi * x^3) + 5\)
Then combine the direct estimations y, auxiliary variables x, and sampling varians Vardir in a dataframe then named as Data_saekernel
Data_saekernelA data frame with 100 rows and 3 variables:
Direct Estimation of Y
Auxiliary Variable of X
Sampling Variance of Y