DOI-USGS / EGRET

An R-package for the analysis of long-term changes in water quality and streamflow, including the water-quality method Weighted Regressions on Time, Discharge, and Season (WRTDS). https://doi-usgs.github.io/EGRET/

Home Page:http://doi-usgs.github.io/EGRET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with genDailyBoot

kimiakarimi opened this issue · comments

Hello there. I am trying to develop bootstrap resampling of the Sample data frames I have. For some of them, the function works fine. However, for some of the eLists, I encounter the following error:
Error in if (lastMonth == 2 & (lastYear%%4 == 0) & ((lastYear%%100 != :
missing value where TRUE/FALSE needed

Can you send me a copy of one of the eLists that give you the error?

I also found that most of the table options do not work (e.g., tableResults, tableChange). The same error shows up using these functions. Plotting options work fine though.