Learn R Programming

RatingScaleReduction (version 1.2.2)

SHSData: Somerville Happiness Survey

Description

This survey has been given sent out to a random sample of Somerville residents asking them to rate their personal happiness and their satisfaction with city services every second year since 2011. Every year, the survey is refined. This data set corresponds to year 2015.

Usage

data("SHSData")

Arguments

Format

A data frame with 143 observations on the following 7 variables.

X1

a numeric vector

X2

a numeric vector

X3

a numeric vector

X4

a numeric vector

X5

a numeric vector

X6

a numeric vector

D8

a numeric vector

References

Somerville-happinesssurvey-responses-2011-2013-2015

Examples

Run this code
# NOT RUN {
data(SHSData)
## maybe str(SHSData) ; plot(SHSData) ...
# }

Run the code above in your browser using DataLab