import_stats_Ragu: A function to import stats data from Ragu into R

Description Usage Arguments

View source: R/import_stats_Ragu.R

Description

This function turns the .xlsx exports data files from Ragu into a data frame compatible for data analysis in R under the tidy format. To use the function attribute it to an element, just like the read_excel function

Usage

1
import_stats_Ragu(path, n_maps, n_conditions)

Arguments

path

A path (e.g. "C:\...") where the Ragu stats Excel file is located on your computer

n_maps

Number of maps given by Ragu for the segmentation, i.e. the number of Excel sheets named "Class_n"

n_conditions

Number of between subjects conditions defined in the Ragu settings


EricMenetre/NPL documentation built on June 23, 2021, 2:10 p.m.