Lucy D'Agostino McGowan

Results 39 comments of Lucy D'Agostino McGowan

The classifications are based on crowd sourced classification (the "score" is the proportion of classifications that gave a specific function that class) -- you can create your own classification lexicon...

Ah yes, that's a good point. Alternatively, the clue could change to something like > A variable named x has been defined in your workspace. Please remove it **using as...

Im so sorry I’m so behind! Hoping to wrap this up soon

## Package Review - [x] As the reviewer I confirm that there are no [conflicts of interest](https://devguide.ropensci.org/policies.html#coi) for me to review this work (If you are unsure whether you are...

I believe the `adjust_coef_*` functions can do this? But maybe I’m misunderstanding!

Thanks for reporting @fidelram! Regarding swiping - it's a bit of an art form to get it going. You click on the card with the abstract & drag. (You have...

@fidelram we've moved the repository -- I've copied your issue over [here](https://github.com/jhudsl/papr/issues/3). Thanks!

I don't think propensity does the standard errors correct yet 😢 but this will be nice once it does!

Here is a post with IPCW vs g-comp for a specific DAG that is interesting: https://stats.stackexchange.com/questions/628315/correcting-for-selection-bias-with-standardisation-g-computation ``` library(tidyverse) sim_data

just to follow up on your comment, I think this should be: ```r log(((coefs[1] + coefs[2]) / (1 - (coefs[1] + coefs[2]))) / (coefs[1] / (1 - coefs[1]))) ``` but...