Skip to contents

This repo contains an R package designed to aid in the analysis of data from triadic comparisons (tripelt) tasks.

To install, in R 3.5 or greater, do the following:

install.packages("remotes")
remotes::install_github("Knowledge-and-Concepts-Lab/tripletTools", build_vignettes = TRUE)

Once installed you can invoke the package as usual with:

library(tripletTools)

The articles above provide an overview of package use (tripletTools Overview) and describe file formats and how to read data files for new studies (Read Triplet Data). These can also be viewed as vignettes from within RStudio.

All functions are documented in tripletTools_manual.pdf