BayesCI | R Documentation |
Bayesian Credible Interval for QTL position
BayesCI(scan1_data, data, chrom, CI.prob = 0.9)
scan1_data |
data frame output from scan1 |
data |
variable of class |
chrom |
chromosome |
CI.prob |
probability for the credible interval |
Parameter CI.prob
sets the probability for the Bayesian credible interval (e.g., 0.90, 0.95)
using the profile likelihood (posterior mean).
subset of scan1_data with markers in the CI
## Not run:
BayesCI(scan1_example, diallel_example, chrom="10", CI.prob=0.9)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.