You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently step_epi_ahead doesn't check whether the ahead is positive (this is for backcasting and latency adjustment reasons). Per a discussion with Dan, we eventually should add a step_epi_shift that can be either positive or negative and doesn't default to either outcome or predictor.
The text was updated successfully, but these errors were encountered:
Currently
step_epi_ahead
doesn't check whether the ahead is positive (this is for backcasting and latency adjustment reasons). Per a discussion with Dan, we eventually should add astep_epi_shift
that can be either positive or negative and doesn't default to eitheroutcome
orpredictor
.The text was updated successfully, but these errors were encountered: