wmurphyrd / MultipleResponseR

R functions for munging and visualizing Survey Monkey export data
0 stars 1 forks source link

LoadSurveyMonkeyXLS: Loss of never selected levels from multiple response questions #4

Open wmurphyrd opened 9 years ago

wmurphyrd commented 9 years ago

For MR questions/blocks, the 2nd level header provides information on all of the possible levels, but this is information is lost when gathering data into long form, only options with at least one selection will be appear in the plots

wmurphyrd commented 9 years ago

Could potentially be done by preserving NAs in the gather step. Preferred solution is to create a class that can store question properties in a slot.