AnderWilson / bdlim

Code for fitting and interpreting Bayesian distributed lag interaction models (BDLIMs).
https://anderwilson.github.io/bdlim/
GNU General Public License v3.0
0 stars 1 forks source link

Removed dependencies to tidyr and dplyr and fixed bdlim1_logistics #5

Closed hhp94 closed 5 months ago

hhp94 commented 5 months ago

Changed tidyr::drop_na to na.omit because without specifying columns, these functions have the same output. dplyr::arrange is not used so we remove it from both bdlim1 and bdlim1_logistics. Also bdlim1_logistics had the same bug as bdlim1 detailed in PR #1 and is now fixed.