[SOLVED] Kriging: mean and CV is NA

Hello,
I have participated in the course of geostatistics and I am recently using the package and running an example code for estimation biomass, my problen is when I run the follow line:
### Kriged mean
global.mk=global(db.c1, model = vg.fit, uc=c("1"), polygon = db.poly,
calcul = "krige", flag.polin=T, flag.wgt=T, ivar = 1)
cat("Kriged.mean= ",round(global.mk$zest,2),"; CV.geo= ",round(global.mk$cv,3),"\n")
Results show me an error in the mean and CV giving a value of NA, I have checked the data, the function, etc. and I donĀ“t find answer for this problem.
Another question is: Does The package RGeostats have some constraints on number of samples to estimate the kriging mean and variances as do EVA software???
Any suggestions I will appreciate so much,
I have participated in the course of geostatistics and I am recently using the package and running an example code for estimation biomass, my problen is when I run the follow line:
### Kriged mean
global.mk=global(db.c1, model = vg.fit, uc=c("1"), polygon = db.poly,
calcul = "krige", flag.polin=T, flag.wgt=T, ivar = 1)
cat("Kriged.mean= ",round(global.mk$zest,2),"; CV.geo= ",round(global.mk$cv,3),"\n")
Results show me an error in the mean and CV giving a value of NA, I have checked the data, the function, etc. and I donĀ“t find answer for this problem.
Another question is: Does The package RGeostats have some constraints on number of samples to estimate the kriging mean and variances as do EVA software???
Any suggestions I will appreciate so much,