The function mudiff.mblalc.equalvar
returns the required sample sizes
to reach a given posterior credible interval length on average for a fixed coverage probability for the difference between two normal means - using a mixed Bayesian/likelihood approach - when variances are equal.
mudiff.mblalc.equalvar(len, alpha, beta, level = 0.95)
The required sample sizes (n1, n2) for each group given the inputs to the function.
The desired average length of the posterior credible interval for the difference between the two unknown means
First prior parameter of the Gamma density for the common precision (reciprocal of the variance)
Second prior parameter of the Gamma density for the common precision (reciprocal of the variance)
The desired fixed coverage probability of the posterior credible interval (e.g., 0.95)
Lawrence Joseph lawrence.joseph@mcgill.ca and Patrick Bélisle
Assume that a sample from each of two populations will be
collected in order to estimate the difference between two independent normal means.
Assume that the precisions of the two normal sampling distributions are
unknown but equal, with prior information in the form of a Gamma(alpha,
beta) density.
The function mudiff.mblalc.equalvar
returns the required sample sizes to attain the
desired average length len for the posterior credible interval of fixed coverage probability level
for the difference between the two unknown means.
This function uses a Mixed Bayesian/Likelihood (MBL) approach.
MBL approaches use the prior information to derive the predictive distribution of the data, but use only the likelihood function for final inferences.
This approach is intended to satisfy investigators who recognize that prior information is important for planning purposes but prefer to base final inferences only on the data.
Joseph L, Bélisle P.
Bayesian sample size determination for Normal means and differences between Normal means
The Statistician 1997;46(2):209-226.
mudiff.mblacc.equalvar
, mudiff.mblmodwoc.equalvar
, mudiff.mblacc
, mudiff.mblalc
, mudiff.mblmodwoc
, mudiff.mbl.varknown
, mudiff.acc.equalvar
, mudiff.alc.equalvar
, mudiff.modwoc.equalvar
, mudiff.acc
, mudiff.alc
, mudiff.modwoc
, mudiff.varknown
, mudiff.freq
, mu.mblacc
, mu.mblalc
, mu.mblmodwoc
, mu.mbl.varknown
, mu.acc
, mu.alc
, mu.modwoc
, mu.varknown
, mu.freq
mudiff.mblalc.equalvar(len=0.2, alpha=2, beta=2)
Run the code above in your browser using DataLab