powered by
MSPE estimation in FH model using SUMCA method. Calculate the mspe of Fay-Herriot model in SAE using Sumca method.
mspe_FH_Sumca(m, p, X, beta, A, D, K, R)
Par: return estimation of model parameters
MSPE.TRUE.Final: return empirical MSPE of small area predictor
mspe.Sumca.Final: return mspe of small area predictor using the SUMCA method
RB.SUMCA: return relative bias (RB) of mspe of small area predictor using the SUMCA method
number of small areas
number of fixed model parameters
covariates
regression coefficients
variance of area-specific random effects
sampling variance
number of Monte Carlo for the SUMCA method
number of simulation runs
mspe_FH_Sumca(20,3,matrix(runif(60,0,1),nrow=20,byrow=TRUE),c(1,1,1),10,2.5,10,10)
Run the code above in your browser using DataLab