ess {catregs} | R Documentation |
A subset of data from the European Social Survey
Description
These are data from the European Social Survey used to illustrate mixed effects, multilevel, or hierarchical regression models.
Usage
data("ess")
Format
A data frame with 49519 observations on the following 37 variables.
country
a character vector
can.trust.people
a numeric vector
people.try.fair
a numeric vector
say.in.govt
a factor with levels
Not at all
Very little
Some
A lot
A great deal
trust.legal.sys
a numeric vector
trust.police
a numeric vector
vote
a factor with levels
Yes
No
Not eligible to vote
conservative
a numeric vector
life.satisfaction
a numeric vector
immigration.good.economy
a numeric vector
happy
a numeric vector
important.matters.people
a character vector
walk.alone.dark
a factor with levels
Very unsafe
Unsafe
Safe
Very safe
religious
a numeric vector
ethnic.minority
a character vector
num.children
a numeric vector
ideal.age.parent
a numeric vector
household.size
a numeric vector
gender
a character vector
age
a numeric vector
marital
a character vector
education
a numeric vector
employment
a character vector
income.decile
a numeric vector
father.education
a character vector
father.education.num
a numeric vector
everyone.job.wanted
a numeric vector
income.fairness
a factor with levels
Low, extremely unfair
Low, very unfair
Low, somewhat unfair
Low, slightly unfair
Fair
High, slightly unfair
High, somewhat unfair
High, very unfair
High, extremely unfair
under.over.paid
a factor with levels
Underpaid
Right amount
Overpaid
income.fairness.num
a numeric vector
wealth.diff.fair
a factor with levels
Small, extremely unfair
Small, very unfair
Small, somewhat unfair
Small, slightly unfair
Fair
Large, slightly unfair
Large, somewhat unfair
Large, very unfair
Large, extremely unfair
wealth.differences
a factor with levels
Too little
Just right
Too much
gdp
a numeric vector
urban.population
a numeric vector
unemployment
a numeric vector
alcolhol.consumption
a numeric vector
suicide.rate
a numeric vector
Source
European Social Survey.
Examples
data(ess)
head(ess)