jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

verify_point() does not catch missing point estimates without rows #32

Open nickreich opened 4 years ago

nickreich commented 4 years ago

The function is only designed to capture situations in which the point estimate is NA, but if a row repreesnting a point estimate for a particular target-location is entirely missing (i.e. the row just isn't in the file at all), the entry still passes this verification. It should be set up so that the function also looks to make sure point estimates for each target-location pair are present.