modelr icon indicating copy to clipboard operation
modelr copied to clipboard

date and datetime methods for typical()

Open mkoohafkan opened this issue 1 year ago • 0 comments

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.

mkoohafkan avatar Sep 28 '24 21:09 mkoohafkan