powered by
This Function Gives Small Area Estimation Non-Parametric Based Nadaraya-Watson Kernel and Calculates The Bootstrap Mean Squared Error Estimates
mse_saekernel(X, Y, vardir, bandwidth, B = 1000)
Auxiliary Variable of X
Direct Estimation of Y
Sampling Variances of Direct Estimators
The kernel Bandwidth Smoothing Parameter
Number of Bootstrap. Default is 1000
This function returns a list with following objects:
a value of Small Area Estimation Non-Parametric Based Nadaraya-Watson Kernel
Estimated Random Effect Variance
Bootstrap Mean Squared Error Estimators of Small Area Estimation Non-Parametric Based Nadaraya-Watson Kernel
# NOT RUN { ##load dataset data(Data_saekernel) mse_saekernel(X = Data_saekernel$x, Y = Data_saekernel$y, vardir = Data_saekernel$Vardir, bandwidth = 0.04, B = 1000) # }
Run the code above in your browser using DataLab