Skip to content
/ scdtb Public

❗ This is a read-only mirror of the CRAN R package repository. scdtb — Single Case Design Tools. Homepage: https://github.com/mightymetrika/scdtb Report bugs for this package: https://github.com/mightymetrika/scdtb/issues

License

Notifications You must be signed in to change notification settings

cran/scdtb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scdtb

The goal of ‘scdtb’ is to provide tools for the analysis of single case design data.

Installation

You can install the released version of ‘scdtb’ from CRAN:

install.packages("scdtb")

To install the development version of ‘scdtb’ from GitHub, use the devtools package:

# install.packages("devtools")
devtools::install_github("mightymetrika/scdtb")

Analyze Your Data

Use the scdtb() function to launch a ‘shiny’ application which implements many of the tools in the ‘scdtb’ package.

The application has the following functionalities:

  • Upload a CSV file to be used as the dataset for modeling.
  • View the variables available in the uploaded dataset.
  • Enter the roles played by the variables in the dataset.
  • Create a raw plot of the data.
  • Run a mixed effect model.
  • Run a crossed lag correlation analysis.
  • Run a non-overlap of all pairs computation.
  • Run a randomization test.
library(scdtb)

# Launch application
scdtb()

About

❗ This is a read-only mirror of the CRAN R package repository. scdtb — Single Case Design Tools. Homepage: https://github.com/mightymetrika/scdtb Report bugs for this package: https://github.com/mightymetrika/scdtb/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages