View source: R/importQualtrics.R
qualtricsBlockStack | R Documentation |
Qualtrics returns a data frame that has vertical "blocks", one for each "treatment condition" in an experimental condition. Researchers often want to align the questions from the blocks vertically, essentially converting the Qualtrics "wide" format to a "long" format. This is a helper function that identifies questions that may need to be stacked together. The input is a meta data structure (can be retrieved as an attribute from importQualtrics). It will find out which questions are identical and prepare to re-align ("stack") the columns.
qualtricsBlockStack(meta, questionname = "question")
meta |
A meta data structure retrieved from importQualtrics |
questionname |
Character string for name of column in meta data that holds the questions |
A new meta data table that horizontally aligns equivalent questions.
Paul Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.