setPriorParametersPooled: setPriorParametersPooled

setPriorParametersPooledR Documentation

setPriorParametersPooled

Description

This function sets prior parameters for the analysis method "pooled" for use in performAnalyses.

Usage

setPriorParametersPooled(a, b)

Arguments

a

A positive numeric for α

b

A positive numeric for β

Details

The method "pooled" is a beta-binomial model that pools all cohorts. The prior parameters are the scale parameters of the beta prior distribution.

Value

A list with prior parameters of class prior_parameters_list

Author(s)

Stephan Wojciekowski

See Also

performAnalyses getPriorParameters combinePriorParameters setPriorParametersBerry setPriorParametersExNex setPriorParametersExNexAdj setPriorParametersStratified getMuVar

Examples

 prior_parameters_pooled <- setPriorParametersPooled(1, 2)

bhmbasket documentation built on March 18, 2022, 7:46 p.m.