woodcurvebox
is an R-package meant to facilitate the statistical analysis of
somatic cell count curves based on different non-linear models.
This package is not on CRAN right now.
Thus, install it using the following:
library(remotes)
remotes::install_github("ku-awdc/woodcurvebox")
or
library(devtools)
devtools::install_github("ku-awdc/woodcurvebox")