survey_results {IRexamples} | R Documentation |
Survey results data set
Description
Synthetic survey data from a community college used to illustrate survey non-response/response bias and methods to reduce this bias. This data set (survey_results
) contains responses to some of the student satisfaction survey questions. For a list of students invited to participate in the survey, as well information on which students responded to the survey, see the survey_response
data set.
Usage
data(survey_results)
Format
A data frame with responses to a student satisfaction survey. For questions with Likert scale responses and asking about satisfaction, the options are Very Dissatisfied
, Somewhat Dissatisfied
, Somewhat Satisfied
, or Very Satisfied
.
- Email_Masked
student's masked email address, also serving as the student's unique identifier.
- Overall Satisfaction
(Likert scale) Student's overall satsfaction at the college.
- Classroom learning experience
(Likert scale) Student's satisfaction with classroom learning.
- Your ability to register for classes you want/need
(Likert scale) Student's satisfaction with the ability to register for classes.
- Variety of courses offered
(Likert scale) Student's satisfaction with variety of courses offered.
- Class size (number of students in a class)
(Likert scale) Student's satisfaction with class size.
- Campus safety/security
(Likert scale) Student's satisfaction with campus safety.
- Financial Aid Office
(Likert scale) Student's satisfaction with the Financial Aid Office.
- Tutoring Services
(Likert scale) Student's satisfaction with Tutoring Services.
- Selecting a major
(Likert scale) Student's reported difficulty in selecting a major at the college. The options are
Very Difficult
,Somewhat Difficult
,Somewhat Easy
, andVery Easy
- Canvas
(Likert scale) Student's satisfaction with Canvas, the college's online learning management system.
- Have you heard about the new California Initiative called Guided Pathways?
(Binary) 1 (Yes) or 0 (No)
Examples
data(survey_results)