Learn R Programming

Tools for Descriptive Statistics and Exploratory Data Analysis

DescTools is an extensive collection of miscellaneous basic statistics functions and comfort wrappers not available in the R basic system for efficient description of data. The author’s intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel.

A considerable part of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages, which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The ‘CamelStyle’ was consequently applied to functions borrowed from contributed R packages as well.

Feedback, feature requests, bug reports and other suggestions are welcome! Please report problems to GitHub issues tracker (preferred), Stack Overflow mentioning DescTools or directly to the maintainer.

Installation

You can install the released version of DescTools from CRAN with:

install.packages("DescTools")

And the development version from GitHub with:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("AndriSignorell/DescTools")

Warning

Warning: This package is still under development. Although the code seems meanwhile quite stable, until release of version 1.0 you should be aware that everything in the package might be subject to change. Backward compatibility is not yet guaranteed. Functions may be deleted or renamed and new syntax may be inconsistent with earlier versions. By release of version 1.0 the “deprecated-defunct process” will be installed.

MS-Office

To make use of MS-Office features, you must have Office in one of its variants installed. All Wrd*, XL* and Pp* functions require the package RDCOMClient to be installed as well. Hence the use of these functions is restricted to Windows systems. RDCOMClient can be installed with:

install.packages("RDCOMClient", repos="http://www.omegahat.net/R")

The omegahat repository does not benefit from the same update service as CRAN. So you may be forced to install a package compiled with an earlier version, which usually is not a problem. Use e.g. for R 3.6.x/R 4.0.x:

url <- "http://www.omegahat.net/R/bin/windows/contrib/3.5.1/RDCOMClient_0.93-0.zip"
url <- "http://www.omegahat.net/R/bin/windows/contrib/4.0/RDCOMClient_0.94-0.zip"
install.packages(url, repos = NULL, type = "binary")

RDCOMClient does not exist for Mac or Linux, sorry.

Authors

Andri Signorell
Helsana Versicherungen AG, Health Sciences, Zurich
HWZ University of Applied Sciences in Business Administration Zurich.

R is a community project. This can be seen from the fact that this package includes R source code and/or documentation previously published by various authors and contributors. Special thanks go to Beat Bruengger, Mathias Frueh, Daniel Wollschlaeger for their valuable contributions and testing. The good things come from all these guys, any problems are likely due to my tweaking. Thank you all!

Maintainer: Andri Signorell

Examples

library(DescTools)
demo(describe, package = "DescTools")
demo(plots, package = "DescTools")

Copy Link

Version

Install

install.packages('DescTools')

Monthly Downloads

104,795

Version

0.99.60

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Andri Signorell

Last Published

March 28th, 2025

Functions in DescTools (0.99.60)

AppendRowNames

Append Rownames to a Data Frame
Atkinson

Atkinson Index - A Measure of Inequality.
AscToChar

Convert ASCII Codes to Characters and Vice Versa
BartelsRankTest

Bartels Rank Test of Randomness
Asp

Get Aspect Ratio of the Current Plot
AxisBreak

Place a Break Mark on an Axis
Base Conversions

Converts Numbers From Binmode, Octmode or Hexmode to Decimal and Vice Versa
BarText

Place Value Labels on a Barplot
BarnardTest

Barnard's Unconditional Test
Assocs

Association Measures
BinomRatioCI

Confidence Intervals for the Ratio of Binomial Proportions
BhapkarTest

Bhapkar Marginal Homogeneity Test
Bg

Background of a Plot
BinomCIn

Sample Size for a Given Width of a Binomial Confidence Interval
Benford

Benford's Distribution
BinomCI

Confidence Intervals for Binomial Proportions
BinTree

Binary Tree
BinomDiffCI

Confidence Interval for a Difference of Binomials
Between, Outside

Operators To Check, If a Value Lies Within Or Outside a Given Range
BootCI

Simple Bootstrap Confidence Intervals
BoxCoxLambda

Automatic Selection of Box Cox Transformation Parameter
BoxCox

Box Cox Transformation
Canvas

Canvas for Geometric Plotting
BreuschGodfreyTest

Breusch-Godfrey Test
BreslowDayTest

Breslow-Day Test for Homogeneity of the Odds Ratios
BubbleLegend

Add a Legend to a Bubble Plot
BrierScore

Brier Score for Assessing Prediction Accuracy
BrierScoreCI

Confidence Intervals for the BrierScore
BoxedText

Add Text in a Box to a Plot
CCC

Concordance Correlation Coefficient
Clockwise

Calculates Begin and End Angle From a List of Given Angles in Clockwise Mode
CohenD

Cohen's Effect Size
CoefVar

Coefficient of Variation
CohenKappa

Cohen's Kappa and Weighted Kappa
CatTable

Function to write a table
Coalesce

Return the First Element Not Being NA
CartToPol

Transform Cartesian to Polar/Spherical Coordinates and Vice Versa
CochranArmitageTest

Cochran-Armitage Test for Trend
Closest

Find the Closest Value
CochranQTest

Cochran's Q test
ColToHsv

R Color to HSV Conversion
CompleteColumns

Find Complete Columns
ColToHex

Convert a Color or a RGB-color Into Hex String
ColToGrey

Convert Colors to Grey/Grayscale
CollapseTable

Collapse Levels of a Table
ColumnWrap

Column Wrap
ColToRgb

Color to RGB Conversion
CombPairs

Get All Pairs Out of One or Two Sets of Elements
ColorLegend

Add a ColorLegend to a Plot
ConDisPairs

Concordant and Discordant Pairs
CountCompCases

Count Complete Cases
ConvUnit

Unit Conversion and Metrix Prefixes
Conf

Confusion Matrix And Associated Statistics
ConoverTest

Conover's Test of Multiple Comparisons
CorPolychor

Polychoric Correlation
ConnLines

Add Connection Lines to a Barplot
CorPart

Find the Correlations for a Set x of Variables With Set y Removed
Cor

Covariance and Correlation (Matrices)
CutAge

Create a Factor Variable by Cutting an Age Variable
CorCI

Confidence Intervals for Pearson Correlation
CronbachAlpha

Cronbach's Coefficient Alpha
CramerVonMisesTest

Cramer-von Mises Test for Normality
Cross

Vector Cross Product
CountWorkDays

Count Work Days Between Two Dates
Contrasts

Pairwise Contrasts
Association measures

Cramer's V, Pearson's Contingency Coefficient and Phi Coefficient
Yule's Q and Y, Tschuprow's T
CstatCI

Confidence Intervals for the C Statistic (AUC)
CrossN

n-dimensional Vector Cross Product
Cstat

C Statistic (Area Under the ROC Curve)
CourseData

Get HWZ Datasets
DescToolsOptions

DescTools Options
DivCoef

Rao's Diversity Coefficient
Datasets for Simulation

Datasets for Probabilistic Simulation
DivCoefMax

Maximal value of Rao's diversity coefficient also called quadratic entropy
DegToRad

Convert Degrees to Radians and Vice Versa
Date Functions

Basic Date Functions
Desc

Describe Data
DoBy

Evaluates a Function Groupwise
DrawBand

Draw Confidence Band
DescTools-package

Tools for Descriptive Statistics and Exploratory Data Analysis
Downloads

Return Downloaded File in XL- or CSV Format
DoCall

Fast Alternative To The Internal do.call
Divisors

Calculate Divisors
DigitSum

Calculate Digit Sum
CutQ

Create a Factor Variable Using the Quantiles of a Continuous Variable
Dot

Scalar Product
Entropy

Shannon Entropy and Mutual Information
DrawEllipse

Draw an Ellipse
DunnettTest

Dunnett's Test for Comparing Several Treatments With a Control
DrawArc

Draw Elliptic Arc(s)
EtaSq

Effect Size Calculations for ANOVAs
DrawBezier

Draw a Bezier Curve
DrawCircle

Draw a Circle
EX

Expected Value and Variance
Eps

Greenhouse-Geisser And Huynh-Feldt Epsilons
DrawRegPolygon

Draw Regular Polygon(s)
Dummy

Generate Dummy Codes for a Factor
ErrBars

Add Error Bars to an Existing Plot
DurbinWatsonTest

Durbin-Watson Test
DunnTest

Dunn's Test of Multiple Comparisons
ExpFreq

Expected Frequencies
Fibonacci

Fibonacci Numbers
FindCorr

Determine Highly Correlated Variables
FctArgs

Retrieve a Function's Arguments
FixToTable

Convert a Text to a Table
Format

Format Numbers and Dates
Factorize

Prime Factorization of Integers
ExtrVal

Distributions of Maxima and Minima
FindColor

Get Color on a Defined Color Range
FisherZ

Fisher z-Transformation
GenRandGroups

Generate Random Groups
GenExtrVal

The Generalized Extreme Value Distribution
GeomSn

Geometric Series
GCD, LCM

Greatest Common Divisor and Least Common Multiple
Frac

Fractional Part and Maximal Digits of a Numeric Value
Freq

Frequency Table for a Single Variable
GenPareto

The Generalized Pareto Distribution
Frechet

The Frechet Distribution
Freq2D

Bivariate (Two-Dimensional) Frequency Distribution
GTest

G-Test for Count Data
GetCalls

Return All Used Functions Within a Function
GetNewXL

Create a New Excel Instance
GiniSimpson

Gini-Simpson Coefficient, Gini-Deltas coefficient and Hunter-Gaston Index
Gmean

Geometric Mean and Standard Deviation
GoodmanKruskalGamma

Goodman Kruskal's Gamma
GeomTrans

Geometric Transformations
Gini

Gini Coefficient
Gompertz

The Gompertz distribution
GetCurrWrd

Get a Handle to a Running Word/Excel Instance
GetNewWrd

Create a New Word Instance
GoodmanKruskalTau

Goodman Kruskal's Tau
Herfindahl

Concentration Measures
HexToCol

Identify Closest Match to a Color Given by a Hexadecimal String
HmsToSec

Convert h:m:s To/From Seconds
Gumbel

The Gumbel Distribution
HexToRgb

Convert a Hexstring Color to a Matrix With Three Red/Green/Blue Rows
Hmean

Harmonic Mean and Its Confidence Interval
HodgesLehmann

Hodges-Lehmann Estimator of Location
HoeffD

Matrix of Hoeffding's D Statistics
HosmerLemeshowTest

Hosmer-Lemeshow Goodness of Fit Tests
IdentifyA

Identify Points in Plot Lying Within a Rectangle or Polygon
ICC

Intraclass Correlations (ICC1, ICC2, ICC3 From Shrout and Fleiss)
HotellingsT2Test

Hotelling's T2 Test
IsEuclid

Is a Distance Matrix Euclidean?
InDots

Is a Specific Argument in the Dots-Arguments?
HuberM

Safe (generalized) Huber M-Estimator of Location
IQRw

The (weighted) Interquartile Range
IsOdd

Checks If An Integer Is Even Or Odd
IsDichotomous

Test If a Variable Contains Only Two Unique Values
IsDate

Check If an Object Is of Type Date
KendallW

Kendall's Coefficient of Concordance W
IsValidHwnd

Check Windows Pointer
JarqueBeraTest

(Robust) Jarque Bera Test
Some numeric checks

Check a Vector For Being Numeric, Zero Or a Whole Number
JonckheereTerpstraTest

Exact Version of Jonckheere-Terpstra Test
IsPrime

IsPrime Property
KendallTauA

Kendall's \(\tau_{a}\)
Keywords

List Keywords For R Manual Pages
KappaM

Kappa for m Raters
KendallTauB

Kendall's \(\tau_{b}\)
ImputeKnn

Fill in NA values with the values of the nearest neighbours
Lc

Lorenz Curve
LOCF

Last Observation Carried Forward
Lambda

Goodman Kruskal Lambda
LehmacherTest

Lehmacher's Test for Marginal Homogenity
KrippAlpha

Krippendorff's Alpha Reliability Coefficient
Extremes

Kth Smallest/Largest Values
LeveneTest

Levene's Test for Homogeneity of Variance
Label, Unit

Label, Unit Attribute of an Object
LOF

Local Outlier Factor
LineToUser

Convert Line Coordinates To User Coordinates
Logit

Generalized Logit and Inverse Logit Function
LogSt

Started Logarithmic Transformation and Its Inverse
List Variety Of Objects

List Objects, Functions Or Data in a Package
LillieTest

Lilliefors (Kolmogorov-Smirnov) Test for Normality
Measures of Accuracy

Measures of Accuracy
LinScale

Linear Scaling
MADCI

Confidence Intervals for Median Absolute Deviations
MHChisqTest

Mantel-Haenszel Chi-Square Test
MAD

Median Absolute Deviation
MeanSE

Standard Error of Mean
MeanDiffCI

Confidence Interval For Difference of Means
MeanAD

Mean Absolute Deviation From a Center Point
MeanCI

Confidence Intervals for the Mean
MedianCI

Confidence Interval for the Median
MeanCIn

Sample Size for a Given Width of a Confidence Interval for a Mean
Mgsub

Multiple Gsub
Mar and Mgp

Set Plot Margins and Distances
Mean

(Weighted) Arithmetic Mean
Median

(Weighted) Median Value
Mode

Mode, Most Frequent Value(s)
NZ

Non Zero Elements
NALevel

Replace NAs in a Factor by a Given Level
MultinomCI

Confidence Intervals for Multinomial Proportions
MoveAvg

Moving Average
MixColor

Compute the Convex Combination of Two Colors
NPV

Short Selection of Financial Mathematical Functions
MultMerge

Merge Multiple Data Frames
Midx

Find the Midpoints of a Numeric Vector
MosesTest

Moses Test of Extreme Reactions
PMT

Periodic Payment of an Annuity.
PDFManual

Get PDF Manual of a Package From CRAN
PairApply

Pairwise Calculations
NemenyiTest

Nemenyi Test
Order

Distributions of Order Statistics
ORToRelRisk

Transform Odds Ratio to Relative Risk
Nf

As Numeric Factor
OddsRatio

Odds Ratio Estimation and Confidence Intervals
PageTest

Exact Page Test for Ordered Alternatives
Outlier

Outlier
PearsonTest

Pearson Chi-Square Test for Normality
Phrase

Phrasing Results of t-Test
PlotACF

Combined Plot of a Time Series and Its ACF and PACF
PercTable

Percentage Table
ParseFormula

Parse a Formula and Create a Model Frame
PasswordDlg

Password Dialog
DescTools Palettes

Some Custom Palettes
ParseSASDatalines

Parse a SAS Dataline Command
Permn

Number and Samples for Permutations or Combinations of a Set
PercentRank

Percent Ranks
PlotECDF

Empirical Cumulative Distribution Function
PlotCashFlow

Cash Flow Plot
PlotConDens

Plot Conditional Densities
PlotDot

Cleveland's Dot Plots
PlotCirc

Plot Circular Plot
PlotBubble

Draw a Bubble Plot
PlotCorr

Plot a Correlation Matrix
PlotBag

Bivariate Boxplot
PlotArea

Create an Area Plot
PlotCandlestick

Plot Candlestick Chart
PlotMarDens

Scatterplot With Marginal Densities
PlotMiss

Plot Missing Data
PlotFun

Plot a Function
PlotMosaic

Mosaic Plots
PlotLinesA

Plot Lines
PlotFaces

Chernoff Faces
PlotLog

Logarithmic Plot
PlotMultiDens

Plot Multiple Density Curves
PlotMonth

Cycle Plot for Seasonal Effects of an Univariate Time Series
PlotFdist

Frequency Distribution Plot
PlotViolin

Plot Violins Instead of Boxplots
PlotProbDist

Plot Probability Distribution
PlotTreemap

Create a Treemap
PlotPairs

Extended Scatterplot Matrices
PlotTernary

Ternary or Triangular Plots
PlotQQ

QQ-Plot for Any Distribution
PlotVenn

Plot a Venn Diagram
PlotPolar

Plot Values on a Circular Grid
PlotPyramid

Draw a Back To Back Pyramid Plot
PlotWeb

Plot a Web of Connected Points
PowerPoint Interface

Add Slides, Insert Texts and Plots to PowerPoint
PtInPoly

Point in Polygon
PseudoR2

Pseudo R2 Statistics
PostHocTest

Post-Hoc Tests
PoissonCI

Poisson Confidence Interval
Quantile

(Weighted) Sample Quantiles
PolarGrid

Plot a Grid in Polar Coordinates
QuantileCI

Confidence Interval for Any Quantile
Primes

Find All Primes Less Than n
Quot

Lagged Quotients
RSessionAlive

How Long Has the RSession Been Running?
Rank

Fast Sample Ranks
Range

(Robust) Range
Recode

Recode a Factor
RelRisk

Relative Risk
Rename

Change Names of a Named Object
ReadSPSS

Read SPSS Datafiles and Return It in Good Old Style Data Frame Structure
reorder.factor

Reorder the Levels of a Factor
Recycle

Recyle a List of Elements
RgbToCmy

Conversion Between RGB and CMYK
RevCode

Reverse Codes
RSqCI

Confidence Intervals for the R squared of a Linear Model
Rev

Reverse Elements of a Vector, a Matrix, a Table, an Array or a Data.frame
RevWeibull

The Reverse Weibull Distribution
pRevGumbel

"Reverse" Gumbel Distribution Functions
RobScale

Robust Scaling With Median and Mad
ColToOpaque

Equivalent Opaque Color for Transparent Color
RgbToCol

Find the Nearest Named R-Color to a Given RGB-Color
RomanToInt

Convert Roman Numerals to Integers
RndPairs

Create Pairs of Correlated Random Numbers
Rotate

Rotate a Geometric Structure
SampleTwins

Sample Twins
ScheffeTest

Scheffe Test for Pairwise and Otherwise Comparisons
RoundTo

Round to Multiple
RunsTest

Runs Test for Randomness
Depreciation

Several Methods of Depreciation of an Asset
SaveAs

Saves an R Object Under a Different Name
SD

(Weighted) Standard Deviation
SendOutlookMail

Send a Mail Using Outlook as Mail Client
Sample

Random Samples and Permutations
Shade

Produce a Shaded Curve
SetNames

Set the Names in an Object
SetAlpha

Add an Alpha Channel To a Color
ShapiroFranciaTest

Shapiro-Francia Test for Normality
Some

Return Some Randomly Chosen Elements of an Object
SignTest

Sign Test
SiegelTukeyTest

Siegel-Tukey Test For Equality In Variability
SomersDelta

Somers' Delta
SmoothSpline

Formula Interface For smooth.spline
Measures of Shape

Skewness and Kurtosis
Stamp

Date/Time/Directory Stamp the Current Plot
Sort

Sort a Vector, a Matrix, a Table or a Data.frame
SplitPath

Split Path In Drive, Path, Filename
SortMixed

Sort Strings with Embedded Numbers Based on Their Numeric Order
SpearmanRho

Spearman Rank Correlation
SplitToCol

Split Data Frame String Column Into Multiple Columns
StdCoef

Standardized Model Coefficients
SplitToDummy

Split Strings of a Vector and Provide Dummy Codes for Found Pieces
SplitAt

Split a Vector Into Several Pieces at Given Positions
SpreadOut

Spread Out a Vector of Numbers To a Minimum Interval
Str

Compactly Display the Structure of any R Object
StrChop

Split a String into a Number of Sections of Defined Length
StrAbbr

String Abbreviation
StrExtract

Extract Part of a String
StrDist

Compute Distances Between Strings
StrIsNumeric

Does a String Contain Only Numeric Data
StrPad

Pad a String With Justification
StrAlign

String Alignment
StrCap

Capitalize the First Letter of a String
StrCountW

Count Words in a String
StrLeft, StrRight

Returns the Left Or the Right Part Of a String
StrRev

Reverse a String
Strata

Stratified Sampling
StripAttr

Remove Attributes from an Object
StrPos

Find Position of First Occurrence Of a String
StrTrunc

Truncate Strings and Add Ellipses If a String is Truncated.
StrSpell

Spell a String Using the NATO Phonetic or the Morse Alphabet
StrSplit

Split the Elements of a Character Vector
StrVal

Extract All Numeric Values From a String
StrTrim

Remove Leading/Trailing Whitespace From A String
TMod

Comparison Table For Linear Models
SumCI

Add Up Partial Confidence Intervals to a Total CI
SysInfo

System Information
TextToTable

Converts String To a Table
StuartMaxwellTest

Stuart-Maxwell Marginal Homogeneity Test
StuartTauC

Stuart \(\tau_{c}\)
TheilU

Theil's U Index of Inequality
TOne

Create Table One Describing Baseline Characteristics
TTestA

Student's t-Test Based on Sample Statistics
TextContrastColor

Choose Textcolor Depending on Background Color
ToWrdB

Send Objects to Word and Bookmark Them
ToLong, ToWide

Reshape a Vector From Long to Wide Shape Or Vice Versa
ToWrd

Send Objects to Word
TitleRect

Plot Boxed Annotation
TwoGroups

Describe a Variable by a Factor with Two Levels
ToWrdPlot

Send a Plot to Word and Bookmark it
TukeyBiweight

Calculate Tukey's Biweight Robust Mean
Trim

Trim a Vector
UncertCoef

Uncertainty Coefficient
Triangular

The Triangular Distribution
UnirootAll

Finds many (all) roots of one equation within an interval
VarCI

Confidence Intervals for the Variance
VarTest

ChiSquare Test for One Variance and F Test to Compare Two Variances
VecRot

Vector Rotation (Shift Elements)
VIF

Variance Inflation Factors
Vigenere

Vigenere Cypher
Unwhich

Inverse Which
VanWaerdenTest

van der Waerden Test
Untable

Recover Original Data From Contingency Table
Var

Variance
WrdBookmark

Some Functions to Handle MS-Word Bookmarks
WrdCellRange

Return the Cell Range Of a Word Table
WrdMergeCells

Merges Cells Of a Defined Word Table Range
WrdFormatCells

Format Cells Of a Word Table
WithOptions

Execute Function with Temporary Options
WrdCaption

Insert Caption to Word
WrdFont

Get or Set the Font in Word
VonNeumannTest

Von Neumann's Successive Difference Test
Winsorize

Winsorize (Replace Extreme Values by Less Extreme Ones)
WrdTableHeading

Insert Headings for a Table in Word
WoolfTest

Woolf Test For Homogeneity in 2x2xk Tables
XLDateToPOSIXct

Convert Excel Dates to POSIXct
WrdPageBreak

Insert a Page Break
WrdStyle

Get or Set the Style in Word
XLGetRange

Import Data Directly From Excel
WrdTableBorders

Draw Borders to a Word Table
WrdTable

Insert a Table in a Word Document
WrdSaveAs

Open and Save Word Documents
WrdPlot

Insert Active Plot to Word
WrdParagraphFormat

Get or Set the Paragraph Format in Word
ZeroIfNA

Replace NAs by 0
Zodiac

Calculate the Zodiac of a Date
XLView

Use MS-Excel as Viewer for a Data.Frame
d.countries

ISO 3166-1 Country Codes
d.whisky

Classification of Scotch Single Malts
XLSaveAs

Save Excel File
as.ym

A Class for Dealing with the Yearmonth Format
as.matrix.xtabs

Convert xtabs To matrix
ZTest

Z Test for Known Population Standard Deviation
matpow

Matrix Power
mf

Mean and Variance of the F Distribution
axTicks.POSIXct

Compute Axis Tickmark Locations (For POSIXct Axis)
identify.formula

Identify Points In a Plot Using a Formula
d.pizza

Data pizza
YuenTTest

Yuen t-Test For Trimmed Means
%like%

Like Operator
mnorm

Mean and Variance of the Normal Distribution
mgamma

Mean and Variance of the Gamma Distribution
lines.lm

Add a Linear Regression Line
lines.loess

Add a Loess or a Spline Smoother
mlnorm

Mean and Variance of the Log-Normal Distribution
d.periodic

Periodic Table of Elements
d.diamonds

Data diamonds
day.name

Build-in Constants Extension
power.chisq.test

Power Calculations for ChiSquared Tests
%c%

Concatenates Two Strings Without Any Separator
%nin%

Find Matching (or Non-Matching) Elements
mbeta

Mean and Variance of the Beta Distribution
mpois

Mean and Variance of the Poisson Distribution
mt

Mean and Variance of the t-Distribution
mgeom

Mean and Variance of the Geometric Distribution
mhyper

Mean and Variance of the Hypergeometric Distribution
%overlaps%

Determines If And How Extensively Two Date Ranges Overlap
mnbinom

Mean and Variance of the Negative Binomial Distribution
DescTools Aliases

Some Aliases Set for Convenience
mexp

Mean and Variance of the Exponential Distribution
mbinom

Mean and Variance of the Binomial Distribution
mchisq

Mean and Variance of the Chi-Squared Distribution
rSum21

Random Numbers Adding Up to 1
split.formula

Formula Interface for Split
wdConst

Word VBA Constants
Abind

Combine Multidimensional Arrays
ABCCoords

Coordinates for "bottomright", etc.
AddMonths

Add a Month to a Date
AllDuplicated

Index Vector of All Values Involved in Ties
Abstract

Display Compact Abstract of a Data Frame
Agree

Raw Simple And Extended Percentage Agreement
AndersonDarlingTest

Anderson-Darling Test of Goodness-of-Fit
AUC

Area Under the Curve
AllIdentical

Test Multiple Objects for Exact Equality
Append

Append Elements to Objects