Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider mutiple type of event counts in input data AE/PD/Queries #73

Open
erblast opened this issue Jan 20, 2025 · 0 comments
Open

consider mutiple type of event counts in input data AE/PD/Queries #73

erblast opened this issue Jan 20, 2025 · 0 comments

Comments

@erblast
Copy link
Collaborator

erblast commented Jan 20, 2025

To save computation time it should be possible to have multiple event columns (e.g. AEs, PD) in the input data and get under-over reporting probabilities for each of them.

the user needs to provide a vector with the column names in addition to the input data frame

it should work for the following inputs:

aerep <-simaerep(
    tbl_visit,
    r =**r / tbl_r # needs to work for in database and in memory**,
    inframe = TRUE,
    visit_med75 = **FALSE/TRUE**,
    mult_corr = **FALSE/TRUE**
)

running simaerep for multiple event columns should be faster than running simaerep multiple times for one column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant