The R package ibist is a companion to the book "Introduction to Biostatistical Analysis of Proportions and Rates" by Elizabeth D. Schifano and Jun Yan
The package splines2 provides functions, datasets, and demos used in the book.
The latest version of the package is under development at GitHub. If it is able to pass the automated package checks, one may install it by
if (! require(remotes)) install.packages("remotes")
remotes::install_github("statds/ibist-R", upgrade = "never")