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
When running growMort by size class at the plot level, I find that it is missing removed stems as compared to growMort at the plot level, not by size class. Comparing the previous and current statevars for the results run with size class included, it also appears that the only time the statevar changes is when there is a recruitment or mortality event - otherwise, previous and current are exactly the same. Comparing plots one to one with and without the bySizeClass parameter, the values do not match up. The code I have been running is as follows:
When running growMort by size class at the plot level, I find that it is missing removed stems as compared to growMort at the plot level, not by size class. Comparing the previous and current statevars for the results run with size class included, it also appears that the only time the statevar changes is when there is a recruitment or mortality event - otherwise, previous and current are exactly the same. Comparing plots one to one with and without the bySizeClass parameter, the values do not match up. The code I have been running is as follows:
growMort(db, byPlot = TRUE, stateVar = 'BAA')
versus
growMort(db, byPlot = TRUE, bySizeClass = TRUE, stateVar = 'BAA')
I'm not sure if this is a known limitation or not, but it currently appears that aggregating by size class is providing erroneous results.
The text was updated successfully, but these errors were encountered: