The pkgdown website for this project is located at https://r-packages.gitlab.io/scda.
The goal of scda
is to combine a number of functions for the analysis of single case designs (also known as n-of-1 designs).
You can install the released version of scda
from CRAN with:
install.packages('scda');
You can install the development version of scda
from GitLab with:
remotes::install_gitlab('r-packages/scda');
(assuming you have remotes
installed; otherwise, install that first using the install.packages
function)