knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "75%" )
The goal of RegToMeanExample is the visualisation of Regression to the Mean
You can install the development version of RegToMeanExample from GitHub with:
# install.packages("devtools") devtools::install_github("mcdr65/RegToMeanExample")
You can load the package and play with the main (and the only) function:
#| fig-width: 6 #| fig-height: 6 library(RegToMeanExample) args(DBP.RTM) DBP.RTM()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.