Construct the Likert data for likert.barplot.stacked()
.
Arguments
- data
tibble
(ordata.frame
) with Likert data converted to integers. Use theconvert.fromto()
function to convert text responses to integers. Note: Ensure the integers are positive and non-zero.- likert2int.tb
tibble
(ordata.frame
) with the conversion between the long description and the integer value. Seeconvert.fromto()
for an example of thetibble
's construction.- from
column in the
likert2int.tb
containing the characters to be converted- to
column in the
likert2int.tb
containing the characters being converted to
Value
tibble
(or data.frame
) containing the needed count, percentage, and
xxxx to construct a Likert stacked, bar chart with likert.barplot.stacked()
.
Author
Emilio Xavier Esposito emilio.esposito@gmail.com (https://github.com/emilioxavier)