Hello,
I am still with a data set from a survey I administered in Survey Monkey. I am attempting to see if I can "combine" in a way some variables.
School nurses were asked what kind of students they use pain assessment methods on. For example: "For which students do you use objective clinical assessment to assess pain?" Answers were mild special needs, moderate special needs, severe special needs, and profound special needs. The survey item item was select all that apply.
Because it was select all that apply when the data was loaded into STATA, 4 different variables were created. Each variable only counts how many respondents checked that certain option.
Example:
tab Mildstandardapproach
Mild standard approach | Freq. Percent Cum.
---------------------------------+-----------------------------------
Students with Mild Special Needs | 597 100.00 100.00
---------------------------------+-----------------------------------
Total | 597 100.00
Do you know if it is possible to combine the different variables? I am attempting to do so in order to make comparisons between the degree, license, and years of experience a nurse has with how they assess pain for different students.
brenna
I am still with a data set from a survey I administered in Survey Monkey. I am attempting to see if I can "combine" in a way some variables.
School nurses were asked what kind of students they use pain assessment methods on. For example: "For which students do you use objective clinical assessment to assess pain?" Answers were mild special needs, moderate special needs, severe special needs, and profound special needs. The survey item item was select all that apply.
Because it was select all that apply when the data was loaded into STATA, 4 different variables were created. Each variable only counts how many respondents checked that certain option.
Example:
tab Mildstandardapproach
Mild standard approach | Freq. Percent Cum.
---------------------------------+-----------------------------------
Students with Mild Special Needs | 597 100.00 100.00
---------------------------------+-----------------------------------
Total | 597 100.00
Do you know if it is possible to combine the different variables? I am attempting to do so in order to make comparisons between the degree, license, and years of experience a nurse has with how they assess pain for different students.
brenna
Comment