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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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