Labels | R Documentation |
Labels
Replaces a list of given names or coefficient, with any underlying labels. If
Labels(x, names.to.lookup = NULL, show.name = FALSE)
x |
A |
names.to.lookup |
An optional list of the names of the variables or coefficients (e.g., Q2Cola for a factor). |
show.name |
If |
First tries to find the "label" attribute, then "name", then "question", and lastly looks to the variable's name.
Where names.to.lookup
is provided, Works for dummy variables as well as normal variables.
Trims backticks and whitespace. Returns names where labels cannot be found.
A vector
of labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.