# NOT RUN {
## Descriptive statistics for one single-case
describeSC(Waddell2011)
## Descriptive statistics for a list of three single-cases
describeSC(Grosche2011)
## Write descriptive statistics to .csv-file
study <- describeSC(Waddell2011)
write.csv(study$descriptives, file = "descriptives.csv")
# }
Run the code above in your browser using DataLab