| create_codingScheme | R Documentation | 
This function can be used to specify a coding scheme that can then be used in analysis.
create_codingScheme(
  id,
  label,
  codes,
  codingInstructions = NULL,
  description = "",
  source = ""
)
codingScheme_peterson
codingScheme_levine
codingScheme_willis
id | 
 An identifier for this coding scheme, consisting only of letters, numbers, and underscores (and not starting with a number).  | 
label | 
 A short human-readable label for the coding scheme.  | 
codes | 
 A character vector with the codes in this scheme.  | 
codingInstructions | 
 Coding instructions; a named character vector, where each element is a code's coding instruction, and each element's name is the corresponding code.  | 
description | 
 A description of this coding scheme (i.e. for information that does not fit in the label).  | 
source | 
 Optionally, a description, reference, or URL of a source for this coding scheme.  | 
An object of class rock_codingScheme of length 5.
An object of class rock_codingScheme of length 5.
An object of class rock_codingScheme of length 5.
A number of coding schemes for cognitive interviews are provided:
Coding scheme from Peterson, Peterson & Powell, 2017
Coding scheme from Levine, Fowler & Brown, 2005
Coding scheme from Willis, 1999
The coding scheme object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.