triad.gen | R Documentation |
You get a triad test instrument ready to export and use.
TriadGen(items)
items |
This is a vector of the items that will be in your triad test. |
The output here is a randomly generated set of triad tests. Simply export to a spreadsheet to incorporate into a survey.
RVS <- c("Ben", "Uffe", "Jesper",
"Lene", "Jorn", "Marianne Q.-F.",
"Thomas", "Martin", "Mark") # your items
triadmat <- triad.gen(RVS)
View(triadmat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.