Learn R Programming

fsia (version 1.1.1)

questionnaire: Questionnaire Responses

Description

This data set contains responses to a questionnaire.

Usage

data("questionnaire")

Arguments

Format

A data frame with 5 observations on the following 14 variables.

File.name file name.
Q1.gender gender.
Q2.age age.
Q3.restaurants how often eat at restaurants.
Q4.movies watching movies is fun.
Q4.music I like listening to music.
Q4.reading reading is an indispensable part of life.
Q5.sources sources of information.
Q6.interviewer interviewer.
Q5.sources.internet dummy variable for response internet.
Q5.sources.magazines dummy variable for response magazines.
Q5.sources.newspapers dummy variable for response newspapers.
Q5.sources.radio dummy variable for response radio.

Details

This data set is obtained by importing file "scan_results_questionnaire.csv" with function read.formscanner.

See Also

read.formscanner

Examples

Run this code
data(questionnaire)
questionnaire

Run the code above in your browser using DataLab