#-----------------------------------------------------------------------------------------------# # Virtual Reality in Manual Order Picking: Using Head Mounted Devices for Planning and Training #-----------------------------------------------------------------------------------------------# # # Statistical Analyses # - Documentation - # # Author: Jan-Karl Knigge # September 2020 # # R version: 3.6.1 # RStudio version: 1.2.1335 #-----------------------------------------------------------------------------------------------# MMI_Gesamtauswertung.Rproj -> RStudio project Main.R -> Subsequently sources all relevant R-files to conduct the complete analysis Vorbereitung.R -> Must be run first: Loads all necessary libraries and sets parameters for the analysis (is automatically sourced in Main.R) Funkionen.R -> Contains custom functions (must be loaded prior to the analysis, is automatically sourced in Main.R)