Other packages > Find by keyword >

compareGroups  

Descriptive Analysis by Groups
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("compareGroups", "4.10.2")



Attach the package and use:
library("compareGroups")
Maintained by
Isaac Subirana
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-07-29
Latest Update: 2024-10-30
Description:
Create data summaries for quality control, extensive reports for exploring data, as well as publication-ready univariate or bivariate tables in several formats (plain text, HTML,LaTeX, PDF, Word or Excel. Create figures to quickly visualise the distribution of your data (boxplots, barplots, normality-plots, etc.). Display statistics (mean, median, frequencies, incidences, etc.). Perform the appropriate tests (t-test, Analysis of variance, Kruskal-Wallis, Fisher, log-rank, ...) depending on the nature of the described variable (normal, non-normal or qualitative). Summarize genetic data (Single Nucleotide Polymorphisms) data displaying Allele Frequencies and performing Hardy-Weinberg Equilibrium tests among other typical statistics and tests for these kind of data.
How to cite:
Isaac Subirana (2010). compareGroups: Descriptive Analysis by Groups. R package version 4.10.2, https://cran.r-project.org/web/packages/compareGroups. Accessed 25 Jun. 2026.
Previous versions and publish date:
0.1-3 (2010-07-29 11:21), 0.1-4 (2011-04-26 18:08), 1.0 (2012-02-03 11:35), 1.1 (2012-05-13 16:48), 1.2 (2012-07-11 14:19), 1.3 (2012-09-10 15:21), 1.4 (2012-11-07 13:32), 2.0.1 (2014-03-17 20:36), 2.0.2 (2014-03-26 12:48), 2.0.3 (2014-04-29 22:05), 2.0.4 (2014-05-02 18:42), 2.0.5 (2014-08-28 19:56), 2.0 (2013-08-02 15:50), 3.0.1 (2015-05-13 01:16), 3.0 (2015-01-23 12:38), 3.1 (2015-09-07 18:17), 3.2.1 (2016-05-14 00:10), 3.2.2 (2016-12-07 18:05), 3.2.3 (2017-02-17 14:03), 3.2.4 (2017-03-14 14:45), 3.2 (2016-02-20 00:17), 3.3.1 (2017-08-30 14:32), 3.3.3 (2018-01-29 23:44), 3.3.4 (2018-04-22 22:18), 3.3 (2017-08-18 01:19), 3.4.0 (2018-05-18 14:38), 4.0.0 (2018-11-02 15:50), 4.1.0 (2019-05-27 12:00), 4.2.0 (2019-09-19 10:30), 4.4.1 (2020-03-19 21:00), 4.4.3 (2020-06-25 19:00), 4.4.4 (2020-08-25 12:30), 4.4.5 (2020-09-01 15:00), 4.4.6 (2020-12-04 19:40), 4.5.1 (2021-03-29 14:20), 4.6.0 (2022-11-18 14:50), 4.7.0 (2023-05-24 15:40), 4.7.1 (2023-08-22 11:50), 4.7.2 (2023-10-11 20:50), 4.8.0 (2024-01-29 14:50), 4.9.0 (2024-09-13 14:10), 4.9.1 (2024-10-30 13:50), 4.10.0 (2025-08-19 13:20), 4.10.1 (2025-10-29 15:00)
Other packages that cited compareGroups R package
View compareGroups citation profile
Other R packages that compareGroups depends, imports, suggests or enhances
Complete documentation for compareGroups
Functions, R codes and Examples using the compareGroups R package
Some associated functions: SNPs . cGroupsGUI . cGroupsWUI . compareGroups-internal . compareGroups-package . compareGroups . compareSNPs . createTable . descrTable . export2csv . export2html . export2latex . export2md . export2pdf . export2word . export2xls . getResults . missingTable . padjustCompareGroups . printTable . radiograph . regicor . report . strataTable . varinfo . 
Some associated R codes: Cox.plot.R . KM.plot.R . KMg.plot.R . bar.plot.R . bar2.plot.R . box.plot.R . cGroupsGUI.R . cGroupsWUI.R . cbind.createTable.R . chisq.test2.R . combn2.R . compare.i.R . compareGroups.R . compareGroups.fit.R . compareSNPs.R . confinterval.R . createTable.R . descrTable.R . descrip.R . descripSurv.R . epitools_functions.R . export2csv.R . export2html.R . export2latex.R . export2latex.cbind.createTable.R . export2latex.createTable.R . export2md.R . export2mdcbind.R . export2mdword.R . export2mdwordcbind.R . export2pdf.R . export2word.R . export2xls.R . flip.R . format2.R . formula.compareGroups.R . getResults.R . logrank.pval.R . missingTable.R . norm.plot.R . padjustCompareGroups.R . plot.compareGroups.R . plot.createTable.R . print.cbind.createTable.R . print.compareGroups.R . print.createTable.R . print.summary.compareGroups.R . printTable.R . radiograph.R . rbind.compareGroups.R . rbind.createTable.R . report.R . signifdec.R . signifdec.i.R . snpQC.R . strataTable.R . summ.i.R . summary.compareGroups.R . summary.createTable.R . table.i.R . trim.R . update.compareGroups.R . update.descrTable.R . update.formula2.R . varinfo.R . varinfo.compareGroups.R . varinfo.createTable.R . z.[compareGroups.R . z[.cbind.createTable.R . z[.createTable.R . z[.rbind.compareGroups.R . z[.rbind.createTable.R .  Full compareGroups package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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