Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 593 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 593 Bytes

CATIE2023

The goal of CATIE2023 is to bundle the data sets and code used for the CATIE 2023 demo and practicum days.

Installation

You can install the development version of CATIE2023 from GitHub with:

# install.packages("devtools")
devtools::install_github("mferlic/CATIE2023")

Example

This is how you access the internal data sets

library(CATIE2023)

adhd <- CATIE2023::adhd # data.frame

# read documentation
?adhd