View source: R/itemOrderOLD.R View source: R/itemOrder.R
itemOrder | R Documentation |
Some programs, like Qualtrics, will provide item-order information in a relatively compact single string like "##|##|##|..." to indicate order items were presented to participants
This (pretty simple) code will allow you to more easily separate this item-order information into separate variables that can be used for quantitative analyses
Some programs, like Qualtrics, will provide item-order information in a relatively compact single string like "##|##|##|..." to indicate order items were presented to participants
This (pretty simple) code will allow you to more easily separate this item-order information into separate variables that can be used for quantitative analyses
itemOrder(BFIorder) #order in which person saw each BFI item, if presented randomly
itemOrder(BFIorder) #order in which person saw each BFI item, if presented randomly
itemorder |
Order of which item presented the participant first, second, etc |
delim |
Delimiter to use to split order string (defaults to Qualtrics' use of '|' to separate variables) |
numeric |
Convert to numeric ratings? (Defaults to |
Function indicates which items the person saw when. This can be used to estimate item distance and such matters
Function indicates which items the person saw when. This can be used to estimate item distance and such matters
Matrix of which item was presented first, second, etc)
Matrix of which item was presented first, second, etc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.