tidyverse / modelr

Helper functions for modelling
https://modelr.tidyverse.org
GNU General Public License v3.0
401 stars 65 forks source link

date and datetime methods for typical() #124

Closed mkoohafkan closed 3 weeks ago

mkoohafkan commented 1 month ago

It would be great if typical() could handle Date and POSIXct classes. Since stats::median() already supports Date and POSIXct classes, the easiest solution might be to just use typical.numeric for date and datetime classes.

hadley commented 3 weeks ago

modelr is superseded so is not longer under active development and won't receive new features, sorry.