View source: R/mc_beta_effect_measures.R
mc_beta_effect_measures | R Documentation |
Monte Carlo Sim of Effect Measures using the Beta distribution.
mc_beta_effect_measures(
shape1_prms = 1,
shape2_prms = 1,
nrep = 5000,
constrained = FALSE
)
shape1_prms |
Vector of shape 2 parameter for the |
shape2_prms |
Vector of shape 2 parameter for the |
nrep |
Nb of repetitions |
constrained |
Logical. If |
Perform a Monte Carlo simulation of effect measures using a grid
of shape1
and shape2
parameters. See the rbeta()
function
for more details
List of matrices. One per event of effect measure.
Section 4.2.1
## Not run:
mc_beta_effect_measures(shape1 = c(0.5, 1, 3, 5, 7),
shape2 = c(0.5, 1, 3, 5, 7), nrep = 5000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.