A tibble containing information on the variables in the GSS Cumulative Data File.
data(gss_dict)
A tibble.
Column-index position of the variable in `gss_all`. (Integer.)
The name of the variable. (Character.)
The variable's label. 'r' means 'Respondent'. (Character.)
Number of missing observations. (Integer.)
The variable's label, per the Berkeley SDA web pages. Should correspond directly to `label`. (Character)
The value labels and associated numeric values for the variable. Numeric values are given in square brackets. (Character.)
The text of the question asked of the respondent. (Character.)
Which years the question was asked. This information is stored as a tibble in a list column. The tibble contains a column for the `year` and a TRUE/FALSE coumn for `present`. (List.)
Crosstab of responses by year. Stored in a list-column. The tibbles contain `year` values in the rows and value labels across their columns, with response freqencies in the cells as counts. (List.)
Crosstab of ballots by year. Stored in a list-column. The tibbles contain `year` values in the rows and `iap` and the ballots labels across the columns. Counts in `iap` mean the question was not asked that year, or the ballot system was not used. Cells are the number of respondents, if any. (Grouped tibble.)
The column type of the variable in `gss_all`. (Character.)
The variable type of the variable in `gss_all`. (Character.)
The missing value codes associated with the variable in `gss_all`. (Character.)
National Opinion Research Center, [http://gss.norc.org](http://gss.norc.org).