Other packages > Find by keyword >

vcd  

Visualizing Categorical Data
View on CRAN: Click here


Download and install vcd package within the R console
Install from CRAN:
install.packages("vcd")

Install from Github:
library("remotes")
install_github("cran/vcd")

Install by package version:
library("remotes")
install_version("vcd", "1.4-13")



Attach the package and use:
library("vcd")
Maintained by
David Meyer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2002-12-16
Latest Update: 2024-09-16
Description:
Visualization techniques, data sets, summary and inference procedures aimed particularly at categorical data. Special emphasis is given to highly extensible grid graphics. The package was package was originally inspired by the book "Visualizing Categorical Data" by Michael Friendly and is now the main support package for a new book, "Discrete Data Analysis with R" by Michael Friendly and David Meyer (2015).
How to cite:
David Meyer (2002). vcd: Visualizing Categorical Data. R package version 1.4-13, https://cran.r-project.org/web/packages/vcd. Accessed 04 Aug. 2026.
Previous versions and publish date:
(2026-07-29 07:57), 0.1-3.1 (2003-10-10 11:18), 0.1-3.2 (2003-11-10 00:50), 0.1-3.3 (2004-04-21 17:49), 0.1-3.4 (2004-11-14 12:44), 0.1-3.5 (2005-03-01 09:13), 0.1-3 (2002-12-16 08:23), 0.9-0 (2005-07-02 15:50), 0.9-1 (2005-08-30 23:36), 0.9-2 (2005-08-31 11:25), 0.9-3 (2005-09-01 10:12), 0.9-5 (2005-10-20 10:45), 0.9-6 (2005-10-25 22:31), 0.9-7 (2005-11-21 21:44), 0.9-9 (2006-09-16 00:50), 0.9-91 (2006-10-08 21:15), 1.0-0 (2006-10-25 23:20), 1.0-1 (2006-11-30 13:05), 1.0-2 (2006-12-13 19:00), 1.0-3 (2007-04-11 19:03), 1.0-4 (2007-05-10 13:21), 1.0-5 (2007-06-11 21:15), 1.0-6 (2007-10-16 16:13), 1.0-8 (2008-05-08 18:40), 1.0-9 (2008-08-01 12:17), 1.0-10 (2008-08-22 12:36), 1.1-1 (2008-08-27 11:05), 1.1 (2008-08-22 13:03), 1.2-0 (2008-10-25 00:02), 1.2-1 (2008-11-21 16:49), 1.2-2 (2009-02-05 17:28), 1.2-3 (2009-03-09 15:38), 1.2-4 (2009-05-09 18:49), 1.2-6 (2009-10-13 14:38), 1.2-7 (2009-10-19 00:43), 1.2-8 (2010-02-08 23:41), 1.2-9 (2010-08-31 01:02), 1.2-10 (2011-05-19 14:59), 1.2-11 (2011-05-24 16:29), 1.2-12 (2011-09-13 15:23), 1.2-13 (2012-02-20 11:37), 1.3-0 (2013-09-11 10:22), 1.3-1 (2013-09-11 19:01), 1.3-2 (2014-08-03 17:35), 1.4-0 (2015-06-09 14:35), 1.4-1 (2015-07-08 17:11), 1.4-3 (2016-09-17 17:55), 1.4-4 (2017-12-06 11:51), 1.4-5 (2020-01-13 10:00), 1.4-6 (2020-03-08 20:00), 1.4-7 (2020-04-02 17:20), 1.4-8 (2020-09-21 08:50), 1.4-9 (2021-10-18 18:30), 1.4-10 (2022-06-09 08:47), 1.4-11 (2023-02-01 14:22), 1.4-12 (2023-12-29 17:50), 1.4-13 (2024-09-16 12:13)
Other packages that cited vcd R package
View vcd citation profile
Other R packages that vcd depends, imports, suggests or enhances
Complete documentation for vcd
Functions, R codes and Examples using the vcd R package
Some associated functions: Arthritis . Baseball . BrokenMarriage . Bundesliga . Bundestag2005 . Butterfly . CoalMiners . DanishWelfare . Employment . Federalist . Hitters . HorseKicks . Hospital . JobSatisfaction . JointSports . Kappa . Lifeboats . MSPatients . NonResponse . Ord_plot . OvaryCancer . PreSex . Punishment . RepVict . Rochdale . Saxony . SexualFun . SpaceShuttle . Suicide . Trucks . UKSoccer . VisualAcuity . VonBort . WeldonDice . WomenQueue . agreementplot . assoc . assocstats . binregplot . cd_plot . co_table . coindep_test . cotab_panel . cotabplot . distplot . doubledecker . fourfold . goodfit . grid_barplot . grid_legend . hls . independence_table . labeling_border . labeling_cells_list . legends . lodds . loddsratio . mar_table . mosaic . mplot . pairs.table . panel_pairs_diagonal . panel_pairs_off-diagonal . plot.loddsratio . plot.loglm . rootogram . shadings . sieve . spacings . spine . struc_assoc . struc_mosaic . struc_sieve . strucplot . structable . table2d_summary . ternaryplot . tile . woolf_test . 
Some associated R codes: Kappa.R . Ord_plot.R . agreementplot.R . assoc.R . assocstats.R . binregplot.R . cd_plot.R . co_table.R . coindep_test.R . cotabplot.R . distplot.R . doubledeckerplot.R . fourfold.R . goodfit.R . grid_legend.R . hls.R . labeling.R . legends.R . lodds.R . loddsratio.R . mosaic.R . mplot.R . oddsratioplot.R . pairsplot.R . plot.loglm.R . rootogram.R . shadings.R . sieve.R . spacings.R . spine.R . strucplot.R . structable.R . tabletools.R . ternaryplot.R . tile.R . utils.R . woolf_test.R .  Full vcd package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

rCMA  
R-to-Java Interface for 'CMA-ES'
Tool for providing access to the Java version 'CMAEvolutionStrategy' of Nikolaus Hansen. 'CMA-ES' i ...
Download / Learn more Package Citations See dependency  
sValues  
Measures of Sturdiness of Regression Coefficients
Implements the s-values proposed by Ed. Leamer. It provides a context-minimal approach for sensitivi ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ggconf  
Simpler Appearance Modification of "ggplot2"
A flexible interface for ggplot2theme potentially saving 50 of your typing. ...
Download / Learn more Package Citations See dependency  
GLMMadaptive  
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approxim ...
Download / Learn more Package Citations See dependency  
epigraphdb  
Interface Package for the 'EpiGraphDB' Platform
The interface package to access data from the 'EpiGraphDB' platform. It p ...
Download / Learn more Package Citations See dependency  
Maintainer: Yi Liu (view profile)

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA