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

RegToMeanExample

The goal of RegToMeanExample is the visualisation of Regression to the Mean

Installation

You can install the development version of RegToMeanExample from GitHub with:

# install.packages("devtools")
devtools::install_github("mcdr65/RegToMeanExample")

Example

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()


mcdr65/RegToMeanExample documentation built on April 27, 2024, 4 a.m.