knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of bmbstats
is to provide a set of analysis and visualization functions for common sports science problems and tasks. bmbstats
provides confidence intervals of the estimators using bootstrap inference method implemented in the boot
package.
You can install the released version of bmbstats from CRAN with:
install.packages("bmbstats")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("mladenjovanovic/bmbstats")
Extensive documentation and examples can be found in Bootstrap Magnitude-based Statistics for Sports Scientists book.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.