This function is a passthrough that allows you to relabel question items, options, question descritions and notes before writing to latex or excel. The relabeling must occur in questionnaire order. As it is received by crunch, so should it be set by your relabeling objects.

relabel(ct, ...)

Arguments

ct

An object from crosstabs, recontact_toplines, or trackingReport

...

One or more relabel objects. See relabelSet

Details

There are two important warnings to consider:

  • Relabeling should always occur before applying any kind of sorting using the sortAliases function to avoid situations where labels could be applied inappropriately.

  • If your results object is a tracking report or recontact it is strongly recommended that you set your wave labels in the recontact_toplines or trackingReport. However, if you must set it here options would be the categories and items would be the wave names. We cannot account for aliases with only partial data (n-1 waves), you must set the wave names in order.

Examples