questions_samp: Question metadata (sample)

questions_sampR Documentation

Question metadata (sample)

Description

Question metadata (sample)

Usage

questions_samp

Format

A tibble with 30 rows, each row corresponding to a variable (column) in a particular CCES dataset. It contains metadata about the question in columns.

q_ID

A unique identifier for the question. This is roughly a concatenation of cces_year and q_code, with some standardization.

q_label

A short descriptive label of the question, based on a reading of the actual question wording.

cces_data

The dataset the variable column comes from. Because the CCES is fielded each year, this is often a year, with the exception of "cumulative"

q_code

A string of the variable as it appears in the dataset.

response_type

A classification of the response option. Currently it consists of "yesno", "categorical" (discrete but not ordered), "ordinal" (discrete and ordered). All of these presume a discrete response.

Examples

 questions_samp


kuriwaki/ccesMRPprep documentation built on July 27, 2023, 3:34 a.m.