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
impute_below would work on a vector - which makes it an alias to shadow_shift, which is kind of annoying, but is just due to the evolution of the package.
The text was updated successfully, but these errors were encountered:
Current progress on this is on the branch impute-below-all
Looking at this now, it will make sense to soft-deprecate shadow_shift in the next version 0.5.0, and then remove it completely later in the piece. I think that it is more useful to think of impute_below as an imputation, rather than shadow_shift as a special operation.
impute_below
would work on a vector - which makes it an alias toshadow_shift
, which is kind of annoying, but is just due to the evolution of the package.The text was updated successfully, but these errors were encountered: