Difference between revisions of "Script Repository"

From REALab Wiki
Jump to navigation Jump to search
Line 43: Line 43:
|R
|R
|Marcus Watson
|Marcus Watson
|Simple main effect follow-ups to a significant 2-way ANOVA interaction.
|Simple main effect follow-ups to a significant 2-way ANOVA interaction. See [http://real.psych.ubc.ca/index.php/R_analyzing_data#Following_up_on_significant_interaction the wiki page] for details.
|}
|}

Revision as of 19:41, 27 August 2015

This page contains (potentially!) useful scripts in a variety of programming languages.


Scripts
file
language
author
description
TobiiExtract.zip Matlab Chris Street This takes raw output from a Tobii eyetracker and re-organizes the data for csv output
ELextract_v1-2.zip Matlab Chris Street This merges eyelink data files (.asc) with MATLAB behavioural data files (.mat), and saves this merged data to .mat or .csv (for reading into excel). See README.doc file for info on usage.
rqaQuick.m Matlab Chris Street Specify a vector of data and the optional tick labels for creating a quick and rough recurrence plot with nominal data in MATLAB. Requires Marwan's RQA toolbox
Signage_recycling_eyelink.zip Matlab Peter Lenkic Control and read data from the Eyelink 1000 using matlab. See the wiki page for details.
Gallery_empathy.zip Matlab Peter Lenkic Dikablis + optitrak gallery-type experiment. See the wiki page for details.
Signage_recycling_opti.zip Matlab Peter Lenkic Optitrack touch table experiment. See the wiki page for details.
InteractionFollowup.R R Marcus Watson Simple main effect follow-ups to a significant 2-way ANOVA interaction. See the wiki page for details.