After performing ordinary kriging on my dataset using gstat package in R , I have done 10-fold cross validation to determine some statistical parameters (R,RMSE, MB etc.) Due to procedure, 10- fold cross validation give different value of R/ RMSE each time I run the same code as its working by selection random fold.
suppose, first time, RMSE = 17.5, second time, RMSE =17.4, third time, RMSE = 17.55...and so on. So, In this case, which value of RMSE should I take as final RMSE value? should I take the range of RMSE value? but generally in scientific paper, I saw the R/RMSE value is show as single number not as range.
Thanks in advance.
Uzzal