TriadGen: triad.gen

triad.genR Documentation

triad.gen

Description

You get a triad test instrument ready to export and use.

Usage

TriadGen(items)

Arguments

items

This is a vector of the items that will be in your triad test.

Value

The output here is a randomly generated set of triad tests. Simply export to a spreadsheet to incorporate into a survey.

Examples

  RVS <- c("Ben", "Uffe", "Jesper", 
         "Lene", "Jorn", "Marianne Q.-F.",
         "Thomas", "Martin", "Mark") # your items
  triadmat <- triad.gen(RVS)
  View(triadmat)

alastair-JL/AnthroTools documentation built on Aug. 29, 2024, 9:36 a.m.