gerasy1987 / hiddenmeta

R package for diagnosis and meta-analysis of studies that measure size and prevalence of hard-to-reach populations
http://gsyunyaev.com/hiddenmeta/
MIT License
1 stars 1 forks source link

Tidyverse to data table for simulations #57

Closed gerasy1987 closed 1 year ago

till-tietz commented 1 year ago

Will test integration of sampling and estimation functions again, and merge when successful. The re-write of the remaining sampling functions will be a new pull-request from this branch to main I guess.

gerasy1987 commented 1 year ago

Will test integration of sampling and estimation functions again, and merge when successful. The re-write of the remaining sampling functions will be a new pull-request from this branch to main I guess.

@till-tietz . I am actually working on some edits for the sampling functions and will try to convert multi-/meta- study handlers to data table too for the meta-analyses we are planning. So closing this pull request for now.

till-tietz commented 1 year ago

@gerasy1987 sounds good...I'm about to wrap up the pps re-write using grouping and data.table. Will push this week.

Great, thanks @till-tietz . Also just a note as I am going through the sample_tls() rewrite: If possible can we avoid using pipelines from magrittr/dplyr whatsoever. I have this idea that we can get rid of tidyverse completely eventually in the package and mixing data.table with pipelines is a bit confusing in my opinion.