setPriorParametersExNex | R Documentation |
This function sets prior parameters for the analysis method "exnex"
for use in performAnalyses
.
setPriorParametersExNex(mu_mean, mu_sd, tau_scale, mu_j, tau_j, w_j)
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 τ |
mu_j |
A vector of numerics for the means μ_j |
tau_j |
A vector of positive numerics for the standard deviations τ_j |
w_j |
A numeric in |
This function sets the prior parameters for the method proposed by Neuenschwander et al. (2016).
A list with prior parameters of class prior_parameters_list
Stephan Wojciekowski
Neuenschwander, Beat, et al. "Robust exchangeability designs for early phase clinical trials with multiple strata." Pharmaceutical statistics 15.2 (2016): 123-134.
performAnalyses
getPriorParameters
combinePriorParameters
setPriorParametersBerry
setPriorParametersExNexAdj
setPriorParametersPooled
setPriorParametersStratified
getMuVar
prior_parameters_exnex <- setPriorParametersExNex(0, 1, 2, c(4, 5), c(6, 7), 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.