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 29 Mar. 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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for EasyDescribe2468101214161820TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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