Skip to content

mncube/ntlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntlx

The goal of ntlx is to collect and process data for the Nasa Task Load Index assessment

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mncube/ntlx")

Import package and set directory to collect ouput

enterOutputPath will add the outputDir object to your global environment. This should be the path where you want to store the ntlx results.

library(ntlx)
#enterOutputPath(path = getwd())

Data collection

To collect data, open the ntlx Shiny app, fill out the form, and then click submit.

#ntlxApp()

Process data

After you finish administering the ntlx to all subjects across all tasks, you can return your data as a data frame by calling getResults()

#getResults()

Or you can return processed results which contain raw scores, weights, adjusted scores, and overall weighted workload scores

#processResults()

About

NASA Task Load Index in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages