Difference between revisions of "Lesson05"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 58: | Line 58: | ||
==Diverging Stacked Bar Charts== | ==Diverging Stacked Bar Charts== | ||
− | * [https://www.rdocumentation.org/packages/ | + | * [https://www.rdocumentation.org/packages/HH/versions/3.1-35/topics/likert likert] function in [https://www.rdocumentation.org/packages/HH/versions/3.1-35 HH] package |
− | + | * [https://cran.r-project.org/web/packages/likert/ likert] package | |
− | + | ** [https://rpubs.com/m_dev/likert_summary Using likert on summary results] | |
− | |||
− | ** [ | ||
==Mosaic plot== | ==Mosaic plot== | ||
− | * [https://cran.r-project.org/web/packages/ggmosaic/index.html ggmosaic: Mosaic Plots in the 'ggplot2' Framework] | + | * [https://www.rdocumentation.org/packages/graphics/versions/3.5.1/topics/mosaicplot mosaicplot] function of R Graphics |
− | * [https://cran.r-project.org/web/packages/ggmosaic/vignettes/ggmosaic.html Mosaic plots with ggplot2] | + | * ggmosaic package |
+ | ** [https://cran.r-project.org/web/packages/ggmosaic/index.html ggmosaic: Mosaic Plots in the 'ggplot2' Framework] | ||
+ | ** [https://cran.r-project.org/web/packages/ggmosaic/vignettes/ggmosaic.html Mosaic plots with ggplot2] | ||
+ | * [https://cran.r-project.org/web/packages/vcd/index.html vcd: Visualizing Categorical Data] | ||
+ | ** [https://www.jstatsoft.org/article/view/v017i03 The Strucplot Framework: Visualizing Multi-way Contingency Tables with vcd] | ||
+ | ** [https://cran.r-project.org/web/packages/vcd/vignettes/residual-shadings.pdf Residual-Based Shadings in vcd] | ||
+ | * [https://cran.r-project.org/web/packages/vcdExtra/index.html vcdExtra: 'vcd' Extensions and Additions] | ||
+ | ** [https://cran.r-project.org/web/packages/vcdExtra/vignettes/vcd-tutorial.pdf Tutorial: Working with categorical data with R and the vcd package] |
Latest revision as of 23:28, 23 September 2018
|
|
|
|
|
Contents
Readings
Core Readings
- Visualizing Survey Data
- Mosaic Plots
- Design of Diverging Stacked Bar Charts for Likert Scales and Other Applications
- Turning a Table into a Tree: Growing Parallel Sets into a Purposeful Project
Optional Readings
- Visualizing Survey Data from Data Revolution
- Do not use averages with Likert scale data
- Visualizing Contingency Tables
- Multivariate Categorical Data-Mosaic Plots
- Understanding Area Based Plots: Mosaic Plots
- Mosaic Plots and Their Variants
- Social Factors That Influence Use of ICT in Agricultural Extension in Southern Africa
- Visualizing Defect Percentages with Parallel Sets
- Parallel Sets vs. Mosaic Plots (Take I)
- Discovery Exhibition: Parallel Sets
R Methods
Diverging Stacked Bar Charts
Mosaic plot
- mosaicplot function of R Graphics
- ggmosaic package
- vcd: Visualizing Categorical Data
- vcdExtra: 'vcd' Extensions and Additions