Description Usage Arguments Value Examples
View source: R/OSARI_visualize.R
Analyze OSARI performance data for a single participant
1 |
dataframe |
refers to a dataframe containing participant's performance |
BASTD_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_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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.