Graeme Blair
Graeme Blair
Thanks for opening this @HenrikBengtsson. The following set of flags work in R 3.6.0 on OS X with RStudio 1.2.1139: ``` is_rstudio_console
Hi @HenrikBengtsson - the RStudio issue that was opened related to this seems to have been closed more than a year ago (https://github.com/rstudio/rstudio/issues/2597) as resolved in PR https://github.com/rstudio/rstudio/pull/6492. Are there...
I don't have any immediate ideas on how to do this better than the way @nfultz suggested, but open to exploring it. The other kind of thing our framework has...
In the case of that paper at least, you need to have the sampled data and the population data at the same time to create the weights - they can't...
One more thing related to this: I implemented in a long-ago version a way to do meta-analysis directly, i.e. `declare_meta_analysis(design_1, design_2, my_meta_estimator)` There were two options, (1) meta analysis of...
it can take a simulations df, but not a function that runs a design
Don't know how to address this. The issue occurs in the `expand_args_names` helper function for `expand_design`
Thanks @nfultz. Any hints on what we would do to use overscoping when eval'ing the next step? Tried a number of combinations of making data masks and creating environments linked...
Hi @nfultz I've been playing around with this for the last few days with no luck. Did you mean something like this? ``` step
looks good, will review and try to fix the unreliability you mention