modelr
modelr copied to clipboard
date and datetime methods for typical()
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.