setPriorParametersStratified | R Documentation |
This function sets prior parameters for the analysis method "stratified"
for use in performAnalyses
.
setPriorParametersStratified(a_j, b_j)
a_j |
A vector of positive numerics for α |
b_j |
A vector of positive numerics for β |
The method "stratified"
is a beta-binomial model that assesses each cohort individually.
The prior parameters are the scale parameters of the beta prior distributions.
A list with prior parameters of class prior_parameters_list
Stephan Wojciekowski
performAnalyses
getPriorParameters
combinePriorParameters
setPriorParametersBerry
setPriorParametersExNex
setPriorParametersExNexAdj
setPriorParametersPooled
getMuVar
prior_parameters_pooled <- setPriorParametersStratified(c(1, 2), c(3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.