setPriorParametersPooled | R Documentation |
This function sets prior parameters for the analysis method "pooled"
for use in performAnalyses
.
setPriorParametersPooled(a, b)
a |
A positive numeric for α |
b |
A positive numeric for β |
The method "pooled"
is a beta-binomial model that pools all cohorts.
The prior parameters are the scale parameters of the beta prior distribution.
A list with prior parameters of class prior_parameters_list
Stephan Wojciekowski
performAnalyses
getPriorParameters
combinePriorParameters
setPriorParametersBerry
setPriorParametersExNex
setPriorParametersExNexAdj
setPriorParametersStratified
getMuVar
prior_parameters_pooled <- setPriorParametersPooled(1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.