detect_outlr_stl()
requires gap filling while detect_outlr_rm()
does not? Document this.
#253
Labels
It seems like
detect_outlr_stl()
requires gap filling. For example, if we manually remove two rows from the below epi_df & pop that intodetect_outlr_stl()
, then we inevitably get an error about the data containing implicit gaps in time. In contrast, if we use the same data indetect_outlr_rm()
, there are no complaints from that function (likely due toepi_slide
). So, there should be strong documentation that explains how missing rows are handled by each function. As well, we should probably update theepi_slide
vignette to explain how it handles missing rows of data (which is not likely to be uncommon for users of this package).Ex. showing error in
detect_outlr_stl()
and no problem indetect_outlr_rm()
The text was updated successfully, but these errors were encountered: