
Last chance! 50% off unlimited learning
Sale ends in
Generates a range coding sheet for coding words.
cm_range.temp(codes, text.var = NULL, grouping.var = NULL, file = NULL)
Character vector of codes.
The text variable.
The grouping variables. Also takes a single grouping variable or a list of 1 or more grouping variables.
A connection, or a character string naming the file to print to (.txt or .doc is recommended).
Miles, M. B. & Huberman, A. M. (1994). An expanded sourcebook: Qualitative data analysis. 2nd ed. Thousand Oaks, CA: SAGE Publications.
# NOT RUN {
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")
## library(reports); delete("foo.txt")
# }
Run the code above in your browser using DataLab