runExample {BayesDissolution} | R Documentation |
Run BayesDissolution Shiny App
Description
Runs a shiny application for calculating the different confidence and credible intervals for the F2 parameter. The different intervals are
constructed using the f2bayes()
, f2bca()
, f2boot()
, f2gpq()
, and f2pbs()
functions. The shiny application comes
preloaded with an example excel data set based on the dis_data
data set.
Usage
runExample()
Examples
### The function requires no input to run
if(FALSE){ ## Make me TRUE to run
runExample()
}
[Package BayesDissolution version 0.2.1 Index]