biostats.apps has some shiny apps that can be used for teaching statistics to biologists.
You can install the development version of biostats.apps from GitHub with:
# install.packages("remotes")
remotes::install_github("biostats-r/biostats.apps")
To run biostats.apps, load the package then run one of the apps.
library(biostats.apps)
power_lm_app()
publication_bias_app()
How much could pubication bias, the
tendency not to publish non-significant results, bias the
literature?power_lm_app()
Find out how much statistical power a linear model
has for an experiment has given the effect size, standard deviation
of residuals and number of observations.influence_leverage_app()
Explore how the position of an point
changes diagnostic plots.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.