Learn R Programming

qdap (version 0.2.5)

cm_range.temp: Range Code Sheet

Description

Generates a range coding sheet for coding words.

Usage

cm_range.temp(codes, file = NULL, text.var = NULL,
    grouping.var = NULL)

Arguments

codes
Character vector of codes.
file
A connection, or a character string naming the file to print to (.txt or .doc is recommended).
text.var
The text variable.
grouping.var
The grouping variables. Also takes a single grouping variable or a list of 1 or more grouping variables.

References

Miles, M. B. & Huberman, A. M. (1994). An expanded sourcebook: Qualitative data analysis. 2nd ed. Thousand Oaks, CA: SAGE Publications.

See Also

cm_time.temp

Examples

Run this code
cm_range.temp(qcv(AA, BB, CC))
with(DATA, cm_range.temp(qcv(AA, BB, CC), , state, list(person, adult)))
## cm_range.temp(qcv(AA, BB, CC), file = "foo.txt")
## delete("foo.txt")

Run the code above in your browser using DataLab