Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Study Data + Analysis Scripts

Analyzing the results of our experiment focusing on visualizing ranges on mobile devices.

Maintained by Matthew Brehmer.

Usage

  1. Open a terminal and navigate to this directory.

  2. Ensure that R is installed.

  3. processLogCSVs.R will ingest log files as exported from Azure Application Insights. If you did not use appInsights and wrote your own custom logging protocol for the StudyApp, you will need to modify processLogCSVs.R to match the format of your log files.

  4. In the R terminal, > source(main.R), which will process the log files, compute (bootstrap) CIs for time and error, and export plots. Depending on how powerful your machine is, the bootstrap CI calculations may take a few minutes.

  5. All of the .pdf and .png charts will appear in this directory.

3rd party package dependencies:

Additional attribution:

Bootstrap CI calculation (bootCIs.R) and plotting (plot_CIs.R) helper functions were adapted from an R Markdown tutorial by Pierre Dragicevic, a companion to the paper "La Différence Significative entre Valeurs p et Intervalles de Confiance" by Lonni Besançon and Pierre Dragicevic, AFIHM. 29ème conférence francophone sur l’Interaction Homme-Machine, Aug 2017, Poitiers, France. IHM-2017, pp.10, 2017