knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

biostats.apps

biostats.apps has some shiny apps that can be used for teaching statistics to biologists.

Installation

You can install the development version of biostats.apps from GitHub with:

# install.packages("remotes")
remotes::install_github("biostats-r/biostats.apps")

Running biostats.apps

To run biostats.apps, load the package then run one of the apps.

library(biostats.apps)

power_lm_app()

Available apps



biostats-r/biostats.apps documentation built on May 23, 2021, 9:51 a.m.