Learn R Programming

catregs (version 1.3)

gss2016: Data from the 2016 General Social Survey.

Description

Limited date from the 2016 General Social Survey on respondent and paternal class and occupational classifications.

Usage

data("gss2016")

Arguments

Format

A data frame with 12498 observations on the following 13 variables.

pclass

a factor with levels Unskilled Manual Skilled Manual Self-Employed Non-Manual/Service Professional, Lower Professional, Higher

sclass

a factor with levels Unskilled Manual Skilled Manual Self-Employed Non-Manual/Service Professional, Lower Professional, Higher

educ

a numeric vector

race

a character vector

id

a numeric vector

occ2

a character vector

occ

a numeric vector

unskmanual

a numeric vector

skmanual

a numeric vector

selfemp

a numeric vector

service

a numeric vector

proflow

a numeric vector

profhigh

a numeric vector

Examples

Run this code
data(gss2016)
head(gss2016)

Run the code above in your browser using DataLab