questionnaire {fsia}R Documentation

Questionnaire Responses

Description

This data set contains responses to a questionnaire.

Usage

data("questionnaire")

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.
Q5.sources.TV dummy variable for response TV.

Details

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

Author(s)

Michela Battauz

See Also

read.formscanner

Examples

data(questionnaire)
questionnaire

[Package fsia version 1.1.1 Index]