SlideShare a Scribd company logo
Prepared by Volkan OBAN
Visualizing Categorical Data
Mosaic Plots:
Example:
mat <- matrix(c(120,230,84,70,130,83,13,26,18),3)
dimnames(mat) <- list(c("good","fair","poor"),c("a","b","c"))
mat
a b c
good 120 70 13
fair 230 130 26
poor 84 83 18
library(vcd)
mosaic(mat, shade=TRUE)
Example:
> library(vcd)
> assoc(HairEyeColor, shade=TRUE)
Example:
> library(vcd)
> mosaic(HairEyeColor, shade=TRUE, legend=TRUE)
Example:
>library(vcd)
> require(stats)
> mosaicplot(Titanic, main = "Survival on the Titanic", color = TRUE)
Example:
> fm <- loglin(HairEyeColor, list(1, 2, 3))
2 iterations: deviation 5.684342e-14
> pchisq(fm$pearson, fm$df, lower.tail = FALSE)
[1] 5.320872e-23
> mosaicplot(HairEyeColor, shade = TRUE, margin = list(1:2, 3))
Example
> data(Titanic)
>
> mosaicplot(Titanic,main = "Survival on the Titanic",col = hcl(c(240, 120)
),off = c(5, 5, 5, 5))
Example:
> data(UCBAdmissions)
>
> mosaicplot(UCBAdmissions, sort = 3:1,col = hcl(c(120, 10)),main = "Studen
t admissions at UC Berkeley")
Ref: https://www.stat.auckland.ac.nz/~ihaka/120/Lectures/lecture17.pdf
http://www.statmethods.net/advgraphs/mosaic.html
https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/mosaicplot.html

More Related Content

PDF
Scipy 2011 Time Series Analysis in Python
PDF
Model selection
PPTX
時系列の相関係数の解釈は注意を要する(ランダムウォーク同士の相関係数は±0.72の外側に15%も分布することなど)
PDF
R programming & Machine Learning
PPT
03 data mining : data warehouse
PDF
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
PPT
Bayes Classification
PDF
4 Dimensionality reduction (PCA & t-SNE)
Scipy 2011 Time Series Analysis in Python
Model selection
時系列の相関係数の解釈は注意を要する(ランダムウォーク同士の相関係数は±0.72の外側に15%も分布することなど)
R programming & Machine Learning
03 data mining : data warehouse
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Bayes Classification
4 Dimensionality reduction (PCA & t-SNE)

What's hot (20)

PPTX
医用画像における解剖学的ランドマークの検出、定義および応用
PPTX
PCA and LDA in machine learning
PDF
ガウス過程入門
PDF
Bayes theorem
PDF
Rによるemailコミュニケーションの可視化
PDF
1細胞オミックスのための新GSEA手法
PDF
{tidytext}と{RMeCab}によるモダンな日本語テキスト分析
PPTX
データサイエンス概論第一=3-2 主成分分析と因子分析
PDF
Classification
PDF
Bayesian Structural Equations Modeling (SEM)
PDF
ベイズ推定でパラメータリスクを捉える&優れたサンプラーとしてのMCMC
PDF
Stanコードの書き方 中級編
PDF
Practice Test 2 Solutions
PDF
2013.12.26 prml勉強会 線形回帰モデル3.2~3.4
PDF
Feature Engineering
PPTX
Probability
PDF
Statistics For Data Science | Statistics Using R Programming Language | Hypot...
PPTX
Data analysis with R
PPTX
StanとRでベイズ統計モデリング 1,2章
PPTX
ベイズ統計モデリングと心理学
医用画像における解剖学的ランドマークの検出、定義および応用
PCA and LDA in machine learning
ガウス過程入門
Bayes theorem
Rによるemailコミュニケーションの可視化
1細胞オミックスのための新GSEA手法
{tidytext}と{RMeCab}によるモダンな日本語テキスト分析
データサイエンス概論第一=3-2 主成分分析と因子分析
Classification
Bayesian Structural Equations Modeling (SEM)
ベイズ推定でパラメータリスクを捉える&優れたサンプラーとしてのMCMC
Stanコードの書き方 中級編
Practice Test 2 Solutions
2013.12.26 prml勉強会 線形回帰モデル3.2~3.4
Feature Engineering
Probability
Statistics For Data Science | Statistics Using R Programming Language | Hypot...
Data analysis with R
StanとRでベイズ統計モデリング 1,2章
ベイズ統計モデリングと心理学
Ad

Viewers also liked (15)

PPS
Zoom in your life
PDF
SXSW DT Your Life - Presentation
DOCX
Advanced Data Visualization in R- Somes Examples.
DOCX
CLUSTERGRAM
PDF
Menú setembre
ODP
Top 30 Marriage And Infidelity Quotes
PDF
Big Data in Life Sciences
PPTX
december
PPT
Android Rooting
PPT
MAGLEV TRAIN BY GIRISH HARMUKH
PDF
Spatial Analysis with R - the Good, the Bad, and the Pretty
PPTX
Codes and conventions of Short Film
PPTX
Narmada Bachao Andolan
DOCX
Poems FSc-I (ENGLISH-BOOK-III) NOTES BY MUHAMMAD AZAM, LECTURER, F. SCIENCE D...
PPTX
Android Rooting Technology
Zoom in your life
SXSW DT Your Life - Presentation
Advanced Data Visualization in R- Somes Examples.
CLUSTERGRAM
Menú setembre
Top 30 Marriage And Infidelity Quotes
Big Data in Life Sciences
december
Android Rooting
MAGLEV TRAIN BY GIRISH HARMUKH
Spatial Analysis with R - the Good, the Bad, and the Pretty
Codes and conventions of Short Film
Narmada Bachao Andolan
Poems FSc-I (ENGLISH-BOOK-III) NOTES BY MUHAMMAD AZAM, LECTURER, F. SCIENCE D...
Android Rooting Technology
Ad

Similar to Mosaic plot in R. (20)

PDF
Big datacourse
PDF
Data Visualization in R (Graph, Trend, etc)
PDF
Science Online 2013: Data Visualization Using R
PPTX
Data visualization using R
PPTX
Introduction to Data Visualization for Agriculture and Allied Sciences using ...
PPT
Data Visualization Data Visualization Data Visualization
PDF
Wrapper to use Japanse font with vcd::mosaic and build it as pakcage
PPTX
Introduction to Choropleth Maps: interpreting and drawing inferences
PPT
2-1-Data Visualization data data data.ppt
PDF
Grouping & Summarizing Data in R
PDF
Deepak_DAI101_Data_Anal_lec tures4_5.pdf
PPTX
Googlevis examples
PDF
Trading volume mapping R in recent environment
PPTX
R part I
PPTX
Data Visualization Workflow
PPTX
Data Visualization Workflow
PDF
Essentials of R
DOCX
Data Visualization with RRob Kabacoff2018-09-032
DOCX
Data visualization with r rob kabacoff2018 09-032
PDF
Practical Data Visualization
Big datacourse
Data Visualization in R (Graph, Trend, etc)
Science Online 2013: Data Visualization Using R
Data visualization using R
Introduction to Data Visualization for Agriculture and Allied Sciences using ...
Data Visualization Data Visualization Data Visualization
Wrapper to use Japanse font with vcd::mosaic and build it as pakcage
Introduction to Choropleth Maps: interpreting and drawing inferences
2-1-Data Visualization data data data.ppt
Grouping & Summarizing Data in R
Deepak_DAI101_Data_Anal_lec tures4_5.pdf
Googlevis examples
Trading volume mapping R in recent environment
R part I
Data Visualization Workflow
Data Visualization Workflow
Essentials of R
Data Visualization with RRob Kabacoff2018-09-032
Data visualization with r rob kabacoff2018 09-032
Practical Data Visualization

More from Dr. Volkan OBAN (20)

PDF
Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...
PDF
Covid19py Python Package - Example
PDF
Object detection with Python
PDF
Python - Rastgele Orman(Random Forest) Parametreleri
DOCX
Linear Programming wi̇th R - Examples
DOCX
"optrees" package in R and examples.(optrees:finds optimal trees in weighted ...
DOCX
k-means Clustering in Python
DOCX
Naive Bayes Example using R
DOCX
R forecasting Example
DOCX
k-means Clustering and Custergram with R
PDF
Data Science and its Relationship to Big Data and Data-Driven Decision Making
DOCX
Data Visualization with R.ggplot2 and its extensions examples.
PDF
Scikit-learn Cheatsheet-Python
PDF
Python Pandas for Data Science cheatsheet
PDF
Pandas,scipy,numpy cheatsheet
PPTX
ReporteRs package in R. forming powerpoint documents-an example
PPTX
ReporteRs package in R. forming powerpoint documents-an example
DOCX
R-ggplot2 package Examples
DOCX
R Machine Learning packages( generally used)
DOCX
treemap package in R and examples.
Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...
Covid19py Python Package - Example
Object detection with Python
Python - Rastgele Orman(Random Forest) Parametreleri
Linear Programming wi̇th R - Examples
"optrees" package in R and examples.(optrees:finds optimal trees in weighted ...
k-means Clustering in Python
Naive Bayes Example using R
R forecasting Example
k-means Clustering and Custergram with R
Data Science and its Relationship to Big Data and Data-Driven Decision Making
Data Visualization with R.ggplot2 and its extensions examples.
Scikit-learn Cheatsheet-Python
Python Pandas for Data Science cheatsheet
Pandas,scipy,numpy cheatsheet
ReporteRs package in R. forming powerpoint documents-an example
ReporteRs package in R. forming powerpoint documents-an example
R-ggplot2 package Examples
R Machine Learning packages( generally used)
treemap package in R and examples.

Recently uploaded (20)

PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PDF
Taxes Foundatisdcsdcsdon Certificate.pdf
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
PDF
Launch Your Data Science Career in Kochi – 2025
PPTX
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
Computer network topology notes for revision
PPTX
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
PPTX
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
PPTX
Measurement of Afordability for Water Supply and Sanitation in Bangladesh .pptx
PPTX
Global journeys: estimating international migration
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
Introduction to Knowledge Engineering Part 1
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
IB Computer Science - Internal Assessment.pptx
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Taxes Foundatisdcsdcsdon Certificate.pdf
Galatica Smart Energy Infrastructure Startup Pitch Deck
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
Launch Your Data Science Career in Kochi – 2025
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
Data_Analytics_and_PowerBI_Presentation.pptx
Fluorescence-microscope_Botany_detailed content
Computer network topology notes for revision
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
Measurement of Afordability for Water Supply and Sanitation in Bangladesh .pptx
Global journeys: estimating international migration
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Business Ppt On Nestle.pptx huunnnhhgfvu
Introduction to Knowledge Engineering Part 1

Mosaic plot in R.