cqc_resp_cols: Condense ConQuest response columns syntax

Description Usage Arguments Value Examples

Description

Designed to work with cqc_data. This is a convenience functions designed for use when a subset of items are being analysed that are contained in the ConQuest data file.

Usage

1

Arguments

x

takes an integer vector (or attempts to coerce to one) which represents column positions for ConQuest items in a fixed-width text file used for analysis.

Value

a string containing response columns for use with the ConQuest format statement

Examples

1
2
x <- c(1,3,4,5,7,9,10,11)
cqc_resp_cols(x)

markdly/conquestr documentation built on May 29, 2019, 5:40 a.m.