Description Usage Arguments Note Author(s) See Also Examples
An interactive Shiny application for computing Bayes factors from ANOVA summary statistics
1 | anovaBFcalc(run = T, report_path = F)
|
run |
run the interactive app (or not). Default is TRUE, meaning that the app will be lanuched. |
report_path |
report the directory of the app in your system. Default is FALSE, which will show the online app link. |
The interactive app can be directly accessed on-line. Check See Also section.
Thomas J. Faulkenberry <faulkenberry@tarleton.edu>
Online version: https://tomfaulkenberry.shinyapps.io/anovaBFcalc
1 2 3 | if (interactive()) {
anovaBFcalc::anovaBFcalc()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.