setPriorParametersBerry | R Documentation |
This function sets prior parameters for the analysis method "berry"
for use in performAnalyses
.
setPriorParametersBerry(mu_mean, mu_sd, tau_scale)
mu_mean |
A numeric for the mean of μ |
mu_sd |
A positive numeric for the standard deviation of μ |
tau_scale |
A positive numeric for the scale parameter of τ |
This function sets the prior parameters for the method proposed by Berry et al. (2013). Note that the implemented distribution of τ is half-normal.
A list with prior parameters of class prior_parameters_list
Stephan Wojciekowski
Berry, Scott M., et al. "Bayesian hierarchical modeling of patient subpopulations: efficient designs of phase II oncology clinical trials." Clinical Trials 10.5 (2013): 720-734.
performAnalyses
getPriorParameters
combinePriorParameters
setPriorParametersExNex
setPriorParametersExNexAdj
setPriorParametersPooled
setPriorParametersStratified
getMuVar
prior_parameters_berry <- setPriorParametersBerry(0, 1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.