powered by
A power study useful in the context of ExomeDepth.
get.power.betabinom( size, my.phi, my.p, my.alt.p, theory = FALSE, frequentist = FALSE, limit = FALSE )
An expected Bayes factor.
Number of samples from the beta-binomial distribution.
Over-dispersion parameter.
Expected p under the null.
Expected p under the alternative.
logical, should a theoretical limit (large sample size) be used? Defaults to FALSE.
logical
logical, should a frequentist version be used? Defaults to FALSE.
logical, should another large sample size limit be used? Defaults to FALSE.
get.power.betabinom(size = 200, my.phi = 0.1, my.p = 0.2, my.alt.p = 0.6) get.power.betabinom(size = 200, my.phi = 0.1, my.p = 0.2, my.alt.p = 0.2)
Run the code above in your browser using DataLab