get_sample_multiple_normal {drugdevelopR} | R Documentation |
Generate sample for Monte Carlo integration in the multiple setting
Description
Generate sample for Monte Carlo integration in the multiple setting
Usage
get_sample_multiple_normal(Delta1, Delta2, in1, in2, rho)
Arguments
Delta1 |
assumed true treatment effect given as difference in means for endpoint 1 |
Delta2 |
assumed true treatment effect given as difference in means for endpoint 2 |
in1 |
amount of information for |
in2 |
amount of information for |
rho |
correlation between the two endpoints |
Value
a randomly generated data frame
[Package drugdevelopR version 1.0.2 Index]