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
However, you can see that the slope.percent, lower.percent and upper.percent are the same as the initial line. I suspect this is a bug when combining the data output, in the sense that those percentages are added twice. When calculating a single line, I would explicitly target the first results (i.e. result$data[[2]][1,])
Question
Hi,
I am working on data with missing months:
as shown in TheilSen plot.
Looking at
MKresults$data[[2]]
we see a table with two lines, one referring to 2019-06-27 and the other to 2018-11-08.Why two lines with all NaN except for slope.percent lower.percent upper.percent ?
Data around november 2018 follows
Regards
The text was updated successfully, but these errors were encountered: