The hcidata Package

The goal of hcidata is to provide a collection of datasets from the field of human-computer interaction (HCI). Each dataset is from an HCI paper, with all fields described and the original publication linked. All paper authors of included data have consented to the inclusion of their data in this package. The datasets include data from a range of HCI studies, such as pointing tasks, user experience ratings, and steering tasks.

Installation

You can install the development version of hcidata from GitHub with:

# install.packages("devtools")
devtools::install_github("henningpohl/hcidata")

Usage

To use a dataset from this package, first add it to your R project:

library(hcidata)

You can also inspect the available datasets via:

data(package="hcidata")

Included Data

Includes data from:

Bergström, Joanna, Jarrod Knibbe, Henning Pohl, and Kasper Hornbæk. 2022. “Sense of Agency and User Experience: Is There a Link?” ACM Trans. Comput.-Hum. Interact. 29 (4). https://doi.org/10.1145/3490493.
Dalsgaard, Tor-Salve, Jarrod Knibbe, and Joanna Bergström. 2021. “Modeling Pointing for 3d Target Selection in VR.” In Proceedings of the 27th ACM Symposium on Virtual Reality Software and Technology. VRST ’21. New York, NY, USA: Association for Computing Machinery. https://doi.org/10.1145/3489849.3489853.
Larsen, Joachim Normann, Tórur Højgaard Jacobsen, Sebastian Boring, Joanna Bergström, and Henning Pohl. 2019. “The Influence of Hand Size on Touch Accuracy.” In Proceedings of the 21st International Conference on Human-Computer Interaction with Mobile Devices and Services. MobileHCI ’19. New York, NY, USA: Association for Computing Machinery. https://doi.org/10.1145/3338286.3340115.
Lilija, Klemen, Henning Pohl, Sebastian Boring, and Kasper Hornbæk. 2019. “Augmented Reality Views for Occluded Interaction.” In Proceedings of the 2019 CHI Conference on Human Factors in Computing Systems, 1–12. CHI ’19. New York, NY, USA: Association for Computing Machinery. https://doi.org/10.1145/3290605.3300676.
Pohl, Henning, and Aske Mottelson. 2022. “Hafnia Hands: A Multi-Skin Hand Texture Resource for Virtual Reality Research.” Frontiers in Virtual Reality 3. https://doi.org/10.3389/frvir.2022.719506.
Pohl, Henning, and Roderick Murray-Smith. 2013. “Focused and Casual Interactions: Allowing Users to Vary Their Level of Engagement.” In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, 2223–32. CHI ’13. New York, NY, USA: Association for Computing Machinery. https://doi.org/10.1145/2470654.2481307.

Contributing

Please create a pull request if you want to add a dataset to this package. You should hold the rights to release that data and all your coauthors need to agree to the release. Your data must not contain personal data to be included into hcidata.