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

progress = FALSE for simaerep still shows progress bar #45

Closed
erblast opened this issue Apr 3, 2023 · 0 comments
Closed

progress = FALSE for simaerep still shows progress bar #45

erblast opened this issue Apr 3, 2023 · 0 comments

Comments

@erblast
Copy link
Collaborator

erblast commented Apr 3, 2023

suppressPackageStartupMessages(library(simaerep))

df_visit <- sim_test_data_study(
n_pat = 1000, # number of patients in study
n_sites = 100, # number of sites in study
frac_site_with_ur = 0.05, # fraction of sites under-reporting
ur_rate = 0.4, # rate of under-reporting
ae_per_visit_mean = 0.5 # mean AE per patient visit
)

df_visit$study_id <- "A"

aerep <- simaerep(df_visit, progress = FALSE)

erblast added a commit that referenced this issue Apr 3, 2024
* #45

* v0.5.0

* cran comments
@erblast erblast closed this as completed May 22, 2024
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