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
Calling na.locf() on an xts object that is all NA except for the first row doesn't propagate the first row value to all subsequent rows. Coercing to zoo and running na.locf() works correctly and caries the values forward.
Calling
na.locf()
on an xts object that is allNA
except for the first row doesn't propagate the first row value to all subsequent rows. Coercing to zoo and runningna.locf()
works correctly and caries the values forward.Thanks to Christopher Katsulis (via email) for the report and reproducible example!
The text was updated successfully, but these errors were encountered: