Closed henriquesposito closed 2 years ago
Because resolve for mean method works with as.Date() it does not handle negative dates for now.
One possible way is to get the median for negative date ranges ...
Why not convert them to some set of integers, take the mean of that, then convert back to a (negative) date as required?
Yes, thank you, that is what I will do.
Because resolve for mean method works with as.Date() it does not handle negative dates for now.
One possible way is to get the median for negative date ranges ...