Closed mkoohafkan closed 3 weeks 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.
typical()
Date
POSIXct
stats::median()
typical.numeric
modelr is superseded so is not longer under active development and won't receive new features, sorry.
It would be great if
typical()
could handleDate
andPOSIXct
classes. Sincestats::median()
already supportsDate
andPOSIXct
classes, the easiest solution might be to just usetypical.numeric
for date and datetime classes.