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

The inbred library

The library contains various temporary functions related to LR, bootstrap etc

Installation

To get the lastest version, install from GitHub as follows:

 # First install devtools if needed
if(!require(devtools)) install.packages("devtools")

# Install inbred from GitHub
devtools::install_github("thoree/inbred")


thoree/inbred documentation built on March 28, 2021, 7:42 p.m.