A collection of basic statistic functions and convenience wrappers for efficiently describing 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. Many 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 'camel style' was consequently applied to functions borrowed from contributed R packages as well.
Version: | 0.99.16 |
Depends: | base, stats, R (≥ 3.1.1) |
Imports: | graphics, grDevices, methods, utils, boot, manipulate, mvtnorm, foreign, Rcpp (≥ 0.11.5) |
LinkingTo: | Rcpp, BH |
Suggests: | RDCOMClient, tcltk |
Published: | 2016-03-07 |
Author: | Andri Signorell. Includes R source code and/or documentation previously published by (in alphabetical order): Ken Aho, Nanina Anderegg, Tomas Aragon, Antti Arppe, Adrian Baddeley, Ben Bolker, Frederico Caeiro, Stephane Champely, Daniel Chessel, Leanne Chhay, Clint Cummins, Michael Dewey, Harold C. Doran, Stephane Dray, Charles Dupont, Dirk Eddelbuettel, Jeff Enos, Claus Ekstrom, Martin Elff, Kamil Erguler, Richard W. Farebrother, John Fox, Michael Friendly, Tal Galili, Matthias Gamer, Joseph L. Gastwirth, Yulia R. Gel, Juergen Gross, Gabor Grothendieck, Frank E. Harrell Jr, Richard Heiberger, Michael Hoehle, Christian W. Hoffmann, Torsten Hothorn, Markus Huerzeler, Wallace W. Hui, Pete Hurd, Rob J. Hyndman, Pablo J. Villacorta Iglesias, Matthias Kohl, Mikko Korpela, Max Kuhn, Detlew Labes, Friederich Leisch, Jim Lemon, Dong Li, Martin Maechler, Arni Magnusson, Daniel Malter, George Marsaglia, John Marsaglia, Alina Matei, David Meyer, Weiwen Miao, Giovanni Millo, Yongyi Min, David Mitchell, Markus Naepflin, Daniel Navarro, Klaus Nordhausen, Derek Ogle, Hong Ooi, Nick Parsons, Sandrine Pavoine, Tony Plate, Roland Rapold, William Revelle, Tyler Rinker, Brian D. Ripley, Caroline Rodriguez, Venkatraman E. Seshan, Greg Snow, Michael Smithson, Werner A. Stahel, Mark Stevenson, Terry Therneau, Yves Tille, Adrian Trapletti, Kevin Ushey, Jeremy VanDerWal, Bill Venables, John Verzani, Gregory R. Warnes, Stefan Wellek, Rand R. Wilcox, Peter Wolf, Daniel Wollschlaeger, Thomas Yee, Achim Zeileis |
Maintainer: | Andri Signorell <andri at signorell.net> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Citation: | DescTools citation info |
Materials: | NEWS |
CRAN checks: | DescTools results |
Reference manual: | DescTools.pdf |
Vignettes: |
Combinatorics Desc Tools Companion Tables in R |
Package source: | DescTools_0.99.16.tar.gz |
Windows binaries: | r-devel: DescTools_0.99.15.zip, r-release: DescTools_0.99.15.zip, r-oldrel: DescTools_0.99.15.zip |
OS X Snow Leopard binaries: | r-release: DescTools_0.99.15.tgz, r-oldrel: DescTools_0.99.11.tgz |
OS X Mavericks binaries: | r-release: DescTools_0.99.15.tgz |
Old sources: | DescTools archive |
Reverse imports: | CluMix |
Reverse suggests: | Ecfun |