You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: