The goal of ‘scdtb’ is to provide tools for the analysis of singlecase design data.
You can install the released version of ‘scdtb’ fromCRAN:
install.packages("scdtb")To install the development version of ‘scdtb’ from GitHub, use thedevtools package:
# install.packages("devtools")devtools::install_github("mightymetrika/scdtb")Use the scdtb() function to launch a ‘shiny’ application whichimplements many of the tools in the ‘scdtb’ package.
The application has the following functionalities:
library(scdtb)# Launch applicationscdtb()