CRAN
vcd 1.4-4
Visualizing Categorical Data
Released Dec 6, 2017 by David Meyer
Dependencies
lmtest 0.9-36 colorspace 1.3-2 MASS 7.3-50
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).
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>vcd</artifactId> <version>1.4-4-b10</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:vcd')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- Arthritis-examples
- Baseball-examples
- BrokenMarriage-examples
- Bundesliga-examples
- Bundestag2005-examples
- Butterfly-examples
- CoalMiners-examples
- DanishWelfare-examples
- Employment-examples
- Federalist-examples
- Hitters-examples
- HorseKicks-examples
- Hospital-examples
- JobSatisfaction-examples
- JointSports-examples
- Kappa-examples
- Lifeboats-examples
- MSPatients-examples
- NonResponse-examples
- Ord_plot-examples
- OvaryCancer-examples
- PreSex-examples
- Punishment-examples
- RepVict-examples
- Rochdale-examples
- Saxony-examples
- SexualFun-examples
- SpaceShuttle-examples
- Suicide-examples
- Trucks-examples
- UKSoccer-examples
- VisualAcuity-examples
- VonBort-examples
- WeldonDice-examples
- WomenQueue-examples
- agreementplot-examples
- assoc-examples
- assocstats-examples
- binregplot-examples
- cd_plot-examples
- co_table-examples
- coindep_test-examples
- cotab_panel-examples
- cotabplot-examples
- demos
- distplot-examples
- doubledecker-examples
- fourfold-examples
- goodfit-examples
- grid_barplot-examples
- grid_legend-examples
- hls-examples
- independence_table-examples
- labeling_border-examples
- labeling_cells_list-examples
- legends-examples
- lodds-examples
- loddsratio-examples
- mar_table-examples
- mosaic-examples
- mplot-examples
- pairs.table-examples
- panel_pairs_diagonal-examples
- panel_pairs_off-diagonal-examples
- plot.loddsratio-examples
- plot.loglm-examples
- rootogram-examples
- shadings-examples
- sieve-examples
- spacings-examples
- spine-examples
- struc_assoc-examples
- struc_mosaic-examples
- struc_sieve-examples
- strucplot-examples
- structable-examples
- table2d_summary-examples
- ternaryplot-examples
- tile-examples
- woolf_test-examples