Closed Doltrix closed 9 months ago
Hello I received this error message when executing the gof function. This is my code and error attached:
_goftotal<-gof(time.serie.raster[,2:7672], time.serie.est[,2:7672],na.rm = TRUE) Error in if (sd.obs > 0) { : missing value where TRUE/FALSE needed
What is the problem in the case if (sd.obs > 0) ? My data frames are of precipitation data.
Can you provide a reproducible example?
Hello I received this error message when executing the gof function. This is my code and error attached:
_goftotal<-gof(time.serie.raster[,2:7672], time.serie.est[,2:7672],na.rm = TRUE) Error in if (sd.obs > 0) { : missing value where TRUE/FALSE needed
What is the problem in the case if (sd.obs > 0) ? My data frames are of precipitation data.