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.
This function has been built using the following specifications:
Please have a look at tlx_individual_demo.R
for example usage descriptions.
- Bar generation in TLX factor chart might not be optimal if
weight
orrawRating
value are equal to0
.
MIT License, see LICENSE.md