Description Usage Arguments Value Examples
View source: R/STOPIT_analyze.R
Analyze OSARI performance data for a single participant
1 |
data |
refers to a dataframe containing participant's performance |
STOPIT_analyze will return a dataframe with a single row, containing the performance metrics for all the protocols completed by a given participant.
1 2 3 | example_STOP_IT_data <- "https://raw.githubusercontent.com/HeJasonL/BASTD/master/example-data/STOP-IT_raw.csv"
STOP_IT_data <- read.csv(example_STOP_IT_data, header = TRUE) #read the example STOP-IT data
STOPIT_analyze(data = STOP_IT_data) #STOPIT_analyze
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.