STOPIT_analyze: STOPIT_analyze

Description Usage Arguments Value Examples

View source: R/STOPIT_analyze.R

Description

Analyze OSARI performance data for a single participant

Usage

1

Arguments

data

refers to a dataframe containing participant's performance

Value

STOPIT_analyze will return a dataframe with a single row, containing the performance metrics for all the protocols completed by a given participant.

Examples

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

HeJasonL/BASTD documentation built on April 8, 2021, 12:01 p.m.