Movatterモバイル変換


[0]ホーム

URL:


Type:Package
Title:Analysis and Visualization Likert Items
Version:1.3.5.1
Date:2016-12-29
URL:https://github.com/jbryer/likert
BugReports:https://github.com/jbryer/likert/issues
Description:An approach to analyzing Likert response items, with an emphasis on visualizations. The stacked bar plot is the preferred method for presenting Likert results. Tabular results are also implemented along with density plots to assist researchers in determining whether Likert responses can be used quantitatively instead of qualitatively. See the likert(), summary.likert(), and plot.likert() functions to get started.
License:GPL-2 |GPL-3 [expanded from: GPL]
LazyLoad:yes
VignetteBuilder:utils
Depends:R (≥ 3.0),ggplot2,xtable
Imports:psych,reshape2,gridExtra,grid,plyr
Suggests:devtools,shiny
RoxygenNote:7.3.2
NeedsCompilation:no
Packaged:2025-08-02 07:59:45 UTC; hornik
Repository:CRAN
Date/Publication:2025-08-02 08:02:55 UTC
Author:Jason Bryer [aut, cre], Kimberly Speerschneider [aut]
Maintainer:Jason Bryer <jason@bryer.org>

Likert Analysis and Visualization

Description

Likert Analysis and Visualization

Author(s)

jason@bryer.org

See Also

Useful links:


Pre-summarized results from an administration of the Math Anxiety Scale Survey.

Description

A data frame of presummarized results of the Math Anxiety Scale Survey administeredto 20 students in a statistics course.

Format

data frame with 14 rows and 6 columns.

References

Bai, H., Wang, L., Pan, W., & Frey, M. (2009). Measuring mathematics anxiety: Psychometric analysis of a bidimensional affective scale. Journal of Instructional Psychology, 36 (3), 185- 193.


Pre-summarized results from an administration of the Math Anxiety Scale Survey grouped by gender.

Description

A data frame of presummarized results of the Math Anxiety Scale Survey administeredto 20 students in a statistics course grouped by gender.

Format

data frame with 28 rows and 7 columns.

References

Bai, H., Wang, L., Pan, W., & Frey, M. (2009). Measuring mathematics anxiety: Psychometric analysis of a bidimensional affective scale. Journal of Instructional Psychology, 36 (3), 185- 193.


Absolute value formatter for continuous_scale

Description

This will print the absolute value for labeling on axis. Usefull for stackedbar plots where negative values are not negative percentages but representnegative groups.

Usage

abs_formatter(x)

Arguments

x

value to be reformatted.

Value

the absolute value of x.


Adapted from ggExtra package which is no longer available. This is related toan experimental mlpsa plot that will combine the circular plot along withthe two individual distributions.

Description

Adapted from ggExtra package which is no longer available. This is related toan experimental mlpsa plot that will combine the circular plot along withthe two individual distributions.

Usage

## S3 method for class 'plots'align(gl, ...)

Arguments

gl

grid.layout

...

graphic elements to combine.

References

http://groups.google.com/group/ggplot2/browse_thread/thread/1b859d6b4b441c90http://ggextra.googlecode.com/svn/trunk/R/align.r


Fictitious dataset with importance and satisfaction results across five differentoffices.

Description

This data set is used in theGapAnalysis demo and is used to demonstratehow thelikert package handles a gap analysis.

Format

a data frame with 68 ovservations of 11 variables.


Wrap label text.

Description

Wrap label text.

Usage

label_wrap_mod(value, width = 25)

Arguments

value

vector (converted usingas.character) to be wrapped.

width

the maximum width of each line in characters.

Adapted from https://github.com/hadley/ggplot2/wiki/labeller


Analyze Likert type items.

Description

This function will provide various statistics about a set of likertitems. The resulting object will have the following items:

Usage

likert(  items,  summary,  grouping = NULL,  factors = NULL,  importance,  nlevels = length(levels(items[, 1])))

Arguments

items

data frame containing the likert based items. The variablesin the data frame should be factors.

summary

a pre-summarized data frame. The first column must be theitems and the remaining columns are the levels (e.g. strongly disagree,disagree, etc).

grouping

(optional) should the results be summarized by the givengrouping variable.

factors

a vector withlength(factors) == ncol(items)defining which factor each column belongs to. The values correspondto the factor label.

importance

a data frame of the same dimensions as items containingan importance rating for each item. The order of columns should matchand the names from items will be used.

nlevels

number of possible levels. Only necessary if there are missing levels.

Details

Value

a likert class with the following elements: results, items, grouping,nlevels, and summary.

See Also

plot.likert

summary.likert

Examples

data(pisaitems)items29 <- pisaitems[,substr(names(pisaitems), 1,5) == 'ST25Q']names(items29) <- c("Magazines", "Comic books", "Fiction",                    "Non-fiction books", "Newspapers")l29 <- likert(items29)summary(l29)plot(l29)

Bar Plot for Likert Items.

Description

Bar plot for the results oflikert.

Usage

likert.bar.plot(l, group.order, center = (l$nlevels - 1)/2 + 1, ...)

Arguments

l

results oflikert.

group.order

the order in which groups (for grouped items) or items(for non-grouped items) should be plotted.

center

specifies which level should be treated as the center. For example,center = 3 would use the third level as the center whereascenter = 3.5 would indicate no specific level is the center but<= 3 are low levels and >= 4 are high levels (i.e. used for forced choice items or those without a neutral option). This also influences where thecolor breaks from low to high.

...

passed tolikert.options

likert

object of type likert.

See Also

plot.likert

likert.heat.plot

likert.bar.plot

likert.density.plot


Creates a density plot for likert items.

Description

This funciton will create a visualization that treats the likert items asa continuous variable.

Usage

likert.density.plot(likert, facet = TRUE, bw = 0.5, legend, ...)

Arguments

likert

object of type likert.

facet

for non-grouped items, should each density distribution be plottedin a separate facet.

bw

the smoothing bandwidth. This is often set to the standard deviationbut this is often inadequate for Likert type items. The value of 0.5is used since the difference between any two adjacent levels is one.

legend

title for the legend.

...

parameters passed todensity.

See Also

plot.likert


Internal method.

Description

Internal method.

Usage

likert.heat.plot(  likert,  low.color = "white",  high.color = "blue",  text.color = "black",  text.size = 4,  wrap = 50,  ...)

Arguments

likert

object of type likert.

low.color

color for low values.

high.color

color for high values.

text.color

color of text attributes.

text.size

size of text attributes.

wrap

width to wrap label text for non-grouped likert objects.

...

currently unused.

See Also

plot.likert

likert.bar.plot


Histogram of number of responses.

Description

Plots a histogram of the number of responses for each item and group (if specified).Negative values (in maroon by default) indicate the number of missing valuesfor that item and group.

Usage

likert.histogram.plot(  l,  xlab = "n",  plot.missing = TRUE,  bar.color = "grey70",  missing.bar.color = "maroon",  label.completed = "Completed",  label.missing = "Missing",  legend.position = "bottom",  wrap = ifelse(is.null(l$grouping), 50, 100),  order,  group.order,  panel.arrange = "v",  panel.strip.color = "#F0F0F0",  text.size = 2.5,  ...)

Arguments

l

results oflikert.

xlab

label used for the x-axis.

plot.missing

if TRUE, missing values will be plotted to the left of thex-axis.

bar.color

the bar color.

missing.bar.color

the color of the bar for missing values.

label.completed

the label to use in the legend representing the count ofcomplete values.

label.missing

the label to use in the legend representing the count ofmissing values.

legend.position

location of the legend.

wrap

number of characters before warping the text in the panel strips.

order

the order of the items.

group.order

the order in which groups (for grouped items) or items(for non-grouped items) should be plotted.

panel.arrange

v for vertical or h for horizontal.

panel.strip.color

the color for panels.

text.size

text size.

...

other ggplot2 parameters.


Matrix plot (experimental)

Description

Matrix plot (experimental)

Usage

likert.matrix.plot(likert, nSample = nrow(likert$items), ...)

Arguments

likert

results oflikert.

nSample

random sample of all rows. This function may take a whileto run with large datasets (including thepisaitems data). Plottinga random subsample allows for quicker development.

...

parameters passed topairs.ordered.categorical.


Builds an object with options for plottinglikert results.

Description

Builds an object with options for plottinglikert results.

Usage

likert.options(  low.color = "#D8B365",  high.color = "#5AB4AC",  neutral.color = "grey90",  neutral.color.ramp = "white",  colors = NULL,  plot.percent.low = TRUE,  plot.percent.high = TRUE,  plot.percent.neutral = TRUE,  plot.percents = FALSE,  text.size = 3,  text.color = "black",  centered = TRUE,  include.center = TRUE,  ordered = TRUE,  wrap = 50,  wrap.grouping = 50,  legend = "Response",  legend.position = "bottom",  panel.arrange = "v",  panel.strip.color = "#F0F0F0",  ...)

Arguments

low.color

color for low values.

high.color

color for high values.

neutral.color

color for middle values (if odd number of levels).

neutral.color.ramp

second color used when callingcolorRampwithlow.color andhigh.color to define the color palettes.

colors

vector specifying the colors to use. This must be equal to the number of likert levels.

plot.percent.low

whether to plot low percentages.

plot.percent.high

whether to plot high percentages.

plot.percent.neutral

whether to plot netural percentages.

plot.percents

whether to label each category/bar.

text.size

size of text attributes.

text.color

color of text attributes.

centered

if true, the bar plot will be centered around zero such thatthe lower half of levels will be negative.

include.center

if TRUE, include the center level in the plot otherwisethe center will be excluded.

ordered

reorder items from high to low.

wrap

width to wrap label text for item labels

wrap.grouping

width to wrap label text for group labels.

legend

title for the legend.

legend.position

the position for the legend ("left", "right", "bottom","top", or two-element numeric vector).

panel.arrange

how panels for grouped likert items should be arrange.Possible values arev (vertical, the default),h(horizontal), andNULL (auto fill horizontal and vertical)

panel.strip.color

the background color for panel labels.

...

included for future expansion.


Results from an administration of the Math Anxiety Scale Survey.

Description

A data frame of results of the Math Anxiety Scale Survey administeredto 20 students in a statistics course. This data frame contains the originaldata and can be used to verify the pre-summarized procedures.

Format

data frame with 14 rows and 6 columns.

References

Bai, H., Wang, L., Pan, W., & Frey, M. (2009). Measuring mathematics anxiety: Psychometric analysis of a bidimensional affective scale. Journal of Instructional Psychology, 36 (3), 185- 193.


Programme of International Student Assessment

Description

North American (i.e. Canada, Mexico, and United States) results from the 2009Programme of International Student Assessment (PISA)as provided by the Organization for Economic Co-operation and Development (OECD).Seehttp://www.pisa.oecd.org/ for more information including the code book.

Format

a data frame 66,690 ovservations of 81 variables from North America.

Source

Organization for Economic Co-operation and Development


Plots a set of likert items.

Description

This is an implementation of the S3 plot generic function. Based upon thetype parameter this function will call eitherlikert.bar.plot,likert.heat.plot, orlikert.density.plot. See thehelp pages for those functions for all the available parameters to customizethe aesthetics of the figure. Although those functions can be plotted directly,we recommend call the genericplot function.

Usage

## S3 method for class 'likert'plot(  x,  type = c("bar", "heat", "density"),  include.histogram = FALSE,  panel.widths = c(3, 1),  panel.arrange = "v",  panel.strip.color = "#F0F0F0",  legend.position = "bottom",  group.order,  panel.background = element_rect(size = 1, color = "grey70", fill = NA),  ...)

Arguments

x

the likert items to plot

type

the type of plot to create. Current values are bar and heat.

include.histogram

if TRUE, a histogram of count of responses is also plotted.

panel.widths

ifinclude.histogram=TRUE, this vector of length twospecifies the ratio of the left and right panels.

panel.arrange

how panels for grouped likert items should be arrange.Possible values arev (vertical, the default),h(horizontal), andNULL (auto fill horizontal and vertical)

panel.strip.color

the background color for panel labels.

legend.position

the position for the legend ("left", "right", "bottom","top", or two-element numeric vector).

group.order

the order in which groups (for grouped items) or items(for non-grouped items) should be plotted.

panel.background

define background of the plot. Seetheme.

...

other parameters passed passed tolikert.bar.plot orlikert.heat.plot.

See Also

likert.bar.plot

likert.heat.plot

likert.density.plot

likert.histogram.plot


Plots a set of likert items.

Description

This is an implementation of the S3 plot generic function. Based upon thetype parameter this function will call eitherlikert.bar.plot,likert.heat.plot, orlikert.density.plot. See thehelp pages for those functions for all the available parameters to customizethe aesthetics of the figure. Although those functions can be plotted directly,we recommend call the genericplot function.

Usage

## S3 method for class 'likert.gap'plot(  x,  type = c("bar", "density"),  include.histogram = FALSE,  panel.widths = c(3, 1),  panel.arrange = "v",  panel.strip.color = "#F0F0F0",  legend.position = "bottom",  panel.background = element_rect(size = 1, color = "grey70", fill = NA),  satisfaction.label = "Satisfaction",  importance.label = "Importance",  legend,  ...)

Arguments

x

the likert items to plot

type

the type of plot to create. Current values are bar and heat.

include.histogram

if TRUE, a histogram of count of responses is also plotted.

panel.widths

ifinclude.histogram=TRUE, this vector of length twospecifies the ratio of the left and right panels.

panel.arrange

how panels for grouped likert items should be arrange.Possible values arev (vertical, the default),h(horizontal), andNULL (auto fill horizontal and vertical)

panel.strip.color

the background color for panel labels.

legend.position

the position for the legend ("left", "right", "bottom","top", or two-element numeric vector).

panel.background

define background of the plot. Seetheme.

satisfaction.label

label used for satisfaction items.

importance.label

label used for importance items.

legend

title for the legend.

...

other parameters passed passed tolikert.bar.plot orlikert.heat.plot.

See Also

likert.bar.plot

likert.heat.plot

likert.density.plot

likert.histogram.plot


Prints results table.

Description

Prints results table.

Usage

## S3 method for class 'likert'print(x, ...)

Arguments

x

the likert class to print.

...

parameters passed toprint.data.frame.


Print method forlikert.bar.plot. The primary purpose is to suppress the "Stacking not well defined when ymin != 0" warning printedbyggplot2 for bar plots that have negative bars (i.e. the centeredplots).

Description

Print method forlikert.bar.plot. The primary purpose is to suppress the "Stacking not well defined when ymin != 0" warning printedbyggplot2 for bar plots that have negative bars (i.e. the centeredplots).

Usage

## S3 method for class 'likert.bar.plot'print(x, ...)

Arguments

x

a plot fromlikert.bar.plot.

...

other parameters passed to ggplot2.


Prints results table.

Description

Prints results table.

Usage

## S3 method for class 'likert.gap'print(x, ...)

Arguments

x

the likert class to print.

...

parameters passed toprint.data.frame.


Print method forlikert.heat.plot.

Description

Print method forlikert.heat.plot.

Usage

## S3 method for class 'likert.heat.plot'print(p, ...)

Arguments

p

a plot fromlikert.heat.plot.

...

other parameters passed to ggplot2.


Prints the results ofxtable.likert.

Description

Print method forxtable.likert.

Usage

## S3 method for class 'xlikert'print(x, tabular.environment = "longtable", floating = FALSE, ...)

Arguments

x

results ofxtable.likert.

tabular.environment

seeprint.xtable.

floating

seeprint.xtable.

...

other parameters passed toprint.xtable


Recode a vector.

Description

This utility function will recode values from an originalcharacterorfactor vector with new values.

Usage

recode(x, from, to, to.class = NULL)

Arguments

x

the vector whose values will be recoded.

from

the old values in x to be recoded.

to

the new values.

to.class

an 'as.' function representing the desired vector type (i.e. as.character, as.numeric, as.logical, as.numeric).

Value

a vector with same length of x with recoded values.

Examples

test <- letters[sample(5, 10, replace=TRUE)]recode(test, from=letters[1:5], to=paste('Letter', letters[1:5]))

Reverse the levels of a factor.

Description

Reverse the levels of a factor.

Usage

reverse.levels(x)

Arguments

x

a factor or a data.frame of factors whose levels will be reverse coded.

Examples

mylevels <- c('Strongly Disagree', 'Disagree', 'Neither', 'Agree', 'Strongly Agree')test <- factor(sample(mylevels[1:5], 10, replace=TRUE))cbind(test, as.integer(test), as.integer(reverse.levels(test)))

Results from the Survey of Academic Self-Regulation (SASR).

Description

The Survey of Academic Self-Regulation (SASR) is comprised of six factors:self-regulation, intrinsic motivation, extrinsic motivation, self-efficacy,metacognition, and personal relevance and control.

Format

a data frame with 860 ovservations of 63 variables.

References

Dugan, R., & Andrade, H. (2011). Exploring the construct validity of academic self-regulation using a new self-report questionnaire. The International Journal of Educational and Psychological Assessment, 7(1).


Shiny App for the likert package.

Description

This will start a shiny app included with the package to show many of the featuresavailable in the likert package.

Usage

shinyLikert()

References

http://rstudio.com/shiny


Prints summary table of a Likert analysis.

Description

Thesummary function returns a data frame that provides additional information. It contains 'Item' and 'Group' columns similiar to the results dataframe as well as a column 'low' corresponding to the sum of levels belowneutral, a column 'high' corresponding to the sum of levels aboveneutral, and columns 'mean' and 'sd' corresponding to the mean andstandard deviation, respectively, of the results. The numeric valuesare determined by as.numeric which will use the values of the factors.

Usage

## S3 method for class 'likert'summary(object, center = (object$nlevels - 1)/2 + 1, ordered = TRUE, ...)

Arguments

object

the likert class to summarize.

center

specifies which level should be treated as the center. For example,center = 3 would use the third level as the center whereascenter = 3.5 would indicate no specific level is the center but<= 3 are low levels and >= 4 are high levels (i.e. used for forced choice items or those without a neutral option).

ordered

whether the results should be ordered. Currently unsupportedfor grouped analysis.

...

currently unused.


Prints summary table of a Likert analysis.

Description

Thesummary function returns a data frame that provides additional information. It contains 'Item' and 'Group' columns similiar to the results dataframe as well as a column 'low' corresponding to the sum of levels belowneutral, a column 'high' corresponding to the sum of levels aboveneutral, and columns 'mean' and 'sd' corresponding to the mean andstandard deviation, respectively, of the results. The numeric valuesare determined by as.numeric which will use the values of the factors.

Usage

## S3 method for class 'likert.gap'summary(object, ...)

Arguments

object

the likert class to summarize.

...

parameters passed tosummary.likert

Value

a list with two data frames with summarized data for satisfactionand importance results separately.


Prints a LaTeX table of the likert items.

Description

Crate a LaTeX or HTML table of thelikert results.

Usage

## S3 method for class 'likert'xtable(  x,  caption = NULL,  label = NULL,  align = NULL,  digits = NULL,  display = NULL,  auto = FALSE,  include.n = TRUE,  include.mean = TRUE,  include.sd = TRUE,  include.low = TRUE,  include.neutral = (x$nlevels%%2 != 0),  include.high = TRUE,  include.levels = TRUE,  include.missing = TRUE,  center = (x$nlevels - 1)/2 + 1,  ordered = TRUE,  ...)

Arguments

x

likert class object.

caption

the table caption.

label

the table label.

align

column alignments.

digits

number of digits to use for numeric columns.

display

column formats.

auto

Logical, indicating whether to apply automatic format when no value is passed to align, digits, or display (seextablefor more information.

include.n

option to include n

include.mean

option to include mean

include.sd

option to include sd

include.low

option to include low

include.neutral

option to include neutral

include.high

option to include high

include.levels

option to include levels

include.missing

option to include missing levels.

center

specifies which level should be treated as the center. For example,center = 3 would use the third level as the center whereascenter = 3.5 would indicate no specific level is the center but<= 3 are low levels and >= 4 are high levels (i.e. used for forced choice items or those without a neutral option). This also influences which levelsare summarized in the low and high groups.

ordered

whether the results should be ordered. Seesummary.likert

...

other parameters passed toxtable.

See Also

xtable,print.xtable


The zero grob draws nothing and has zero size.

Description

The zero grob draws nothing and has zero size.

Usage

zeroGrob()

Author(s)

hadley

References

https://github.com/hadley/ggplot2/blob/master/R/grob-null.r


[8]ページ先頭

©2009-2025 Movatter.jp