poiss_test_site_ae_vs_study_ae | R Documentation |
Internal function used by sim_sites()
.
poiss_test_site_ae_vs_study_ae(site_ae, study_ae, visit_med75)
site_ae |
vector with AE numbers |
study_ae |
vector with AE numbers |
visit_med75 |
integer |
sets pvalue=1 if mean AE site is greater than mean AE study or ttest gives error
pval
sim_sites()
poiss_test_site_ae_vs_study_ae(
site_ae = c(5, 3, 3, 2, 1, 6),
study_ae = c(9, 8, 7, 9, 6, 7, 8),
visit_med75 = 10
)
poiss_test_site_ae_vs_study_ae(
site_ae = c(11, 9, 8, 6, 3),
study_ae = c(9, 8, 7, 9, 6, 7, 8),
visit_med75 = 10
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.