Other packages > Find by keyword >

EasyDescribe  

A Convenient Way of Descriptive Statistics
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("EasyDescribe", "0.1.2")



Attach the package and use:
library("EasyDescribe")
Maintained by
Xiuquan Nie
[Scholar Profile | Author Map]
First Published: 2021-03-04
Latest Update: 2023-04-16
Description:
Descriptive Statistics is essential for publishing articles. This package can perform descriptive statistics according to different data types. If the data is a continuous variable, the mean and standard deviation or median and quartiles are automatically output; if the data is a categorical variable, the number and percentage are automatically output. In addition, if you enter two variables in this package, the two variables will be described and their relationships will be tested automatically according to their data types. For example, if one of the two input variables is a categorical variable, another variable will be described hierarchically based on the categorical variable and the statistical differences between different groups will be compared using appropriate statistical methods. And for groups of more than two, the post hoc test will be applied. For more information on the methods we used, please see the following references: Libiseller, C. and Grimvall, A. (2002) , Patefield, W. M. (1981) , Hope, A. C. A. (1968) , Mehta, C. R. and Patel, N. R. (1983) , Mehta, C. R. and Patel, N. R. (1986) , Clarkson, D. B., Fan, Y. and Joe, H. (1993) , Cochran, W. G. (1954) , Armitage, P. (1955) , Szabo, A. (2016) , David, F. B. (1972) , Joanes, D. N. and Gill, C. A. (1998) , Dunn, O. J. (1964) , Copenhaver, M. D. and Holland, B. S. (1988) , Chambers, J. M., Freeny, A. and Heiberger, R. M. (1992) , Shaffer, J. P. (1995) , Myles, H. and Douglas, A. W. (1973) , Rahman, M. and Tiwari, R. (2012) , Thode, H. J. (2002) , Jonckheere, A. R. (1954) , Terpstra, T. J. (1952) .
How to cite:
Xiuquan Nie (2021). EasyDescribe: A Convenient Way of Descriptive Statistics. R package version 0.1.2, https://cran.r-project.org/web/packages/EasyDescribe. Accessed 07 May. 2025.
Previous versions and publish date:
0.1.0 (2021-03-04 10:40), 0.1.1 (2022-01-21 10:13)
Other packages that cited EasyDescribe R package
View EasyDescribe citation profile
Other R packages that EasyDescribe depends, imports, suggests or enhances
Complete documentation for EasyDescribe
Functions, R codes and Examples using the EasyDescribe R package
Some associated functions: EasyDescribe-package . T2D . fundescribe . 
Some associated R codes: EasyDescribe.R . T2D.R . fundescribe.R .  Full EasyDescribe package functions and examples
Downloads during the last 30 days
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for EasyDescribe05101520253035TrendBars

Today's Hot Picks in Authors and Packages

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  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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