File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,24 @@ A companion **Shiny app** is available to explore designs interactively.
3131``` r
3232# install.packages("remotes")
3333remotes :: install_github(" smartdata-analysis-and-statistics/bcts" )
34+ ```
35+
36+ ### Launch the Shiny App
37+
38+ After installation, launch the interactive Shiny app by running:
39+
40+ ``` r
41+ bcts :: run_bcts_app()
42+ ```
43+
44+ This will open a browser window where you can:
45+
46+ * Simulate randomized and single-arm Bayesian trials,
47+ * Calibrate posterior decision thresholds,
48+ * Estimate Type-I error and power under different priors,
49+ * Explore visualizations of posterior distributions and calibration traces.
50+
51+ The app supports trial design using ** Bayesian Beta–Binomial models** and is intended to assist both applied users and methodologists.
52+
53+
54+
You can’t perform that action at this time.
0 commit comments