Skip to content

R script to analyze and visualize NASA Task Load Index (TLX) data

License

Notifications You must be signed in to change notification settings

nicoversity/tlx-vis-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA TLX - R analysis and visualization

This is a R function, incl. demonstration script, in order to analyze and visualize data collected with the NASA Task Load Index (TLX) workload assessment questionnaire using the R programming language.

The function takes collected data for one test subject and one task, analyzes the data, and visualizes the workload as well as the individual workload factors (mental demand, physical demand, temporal demand, own performance, effort, frustration) in a plot according to the NASA TLX Instruction Manual (see page 7). The demo script presents some simple usage examples, incl. the export of the visualization in .pdf format.

Dependencies

This function has been built using the following specifications:

Example visualization

TLX Example Plot

Usage

Please have a look at tlx_individual_demo.R for example usage descriptions.

Known issues

  1. Bar generation in TLX factor chart might not be optimal if weight or rawRating value are equal to 0.

License

MIT License, see LICENSE.md

About

R script to analyze and visualize NASA Task Load Index (TLX) data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages