OSARI_visualize: OSARI_visualize

Description Usage Arguments Value Examples

View source: R/OSARI_visualize.R

Description

Analyze OSARI performance data for a single participant

Usage

1

Arguments

dataframe

refers to a dataframe containing participant's performance

Value

BASTD_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_OSARI_data <- "https://raw.githubusercontent.com/HeJasonL/BASTD/master/example-data/OSARI_raw_OSARI_2020_Aug_25_1336.txt"
OSARI_data <- read.csv(example_OSARI_data, header = TRUE, sep = "\t")
OSARI_visualize(OSARI_data) #OSARI visualize

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