plot_visit_med75 | R Documentation |
Plots cumulative AEs against visits for patients at sites of given study and compares against visit_med75.
plot_visit_med75(
df_visit,
df_site = NULL,
study_id_str,
n_sites = 6,
min_pat_pool = 0.2,
verbose = TRUE
)
df_visit |
dataframe |
df_site |
dataframe, as returned by |
study_id_str |
character, specify study in study_id column |
n_sites |
integer, Default: 6 |
min_pat_pool |
double, minimum ratio of available patients available for sampling. Determines maximum visit_med75 value see Details. Default: 0.2 |
verbose |
logical, Default: TRUE |
ggplot
df_visit <- sim_test_data_study(n_pat = 120, n_sites = 6,
frac_site_with_ur = 0.4, ur_rate = 0.6)
df_visit$study_id <- "A"
df_site <- site_aggr(df_visit)
plot_visit_med75(df_visit, df_site, study_id_str = "A", n_site = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.