Example Output - tufts-oir/QualtricsTools GitHub Wiki
This page is to show the results of some different features available in the QualtricsTools package. Those results can roughly be categorized into three categories: the output of the Shiny app, the output from reshaping the respondents, and the output from splitting the respondents.
Shiny App
The Shiny app allows a user to download four results documents.
- results tables which detail the response rates for each question and its choices
- a question dictionary which details the question each response column corresponds to and its question types
- text appendices which table the respondents' responses to text entry questions
- display logic which lists for each question what survey logic, display logic, and survey flow options apply
Results Tables:
Question Dictionary:
Text Appendices:
Display Logic:
Reshaping Respondents
The reshaping functions in the QualtricsTools package allow a user to convert the response data from the format Qualtrics provides it in, which gives little to no context to each answer, into long and lean data that gives a raw response and coded response for each respondent's answer to each question. The long and lean data format also allows for opportunity to merge in additional data, such as panel data and a question dictionary.
Lean Responses:
Question Dictionary:
Panel Data:
Splitting Respondents
The split_respondents()
function allows a user to split the respondents into different subsets based on the values in a specified column. Using this, respondents can be split into different demographic groups, or different kinds of survey respondents.
The headers in the images below reflect how the respondents are split by the split_respondents()
function.