gds: Descriptive Statistics of Grouped Data

Contains a function called gds() which accepts three input parameters like lower limits, upper limits and the frequencies of the corresponding classes. The gds() function calculate and return the values of mean ('gmean'), median ('gmedian'), mode ('gmode'), variance ('gvar'), standard deviation ('gstdev'), coefficient of variance ('gcv'), quartiles ('gq1', 'gq2', 'gq3'), inter-quartile range ('gIQR'), skewness ('g1'), and kurtosis ('g2') which facilitate effective data analysis. For skewness and kurtosis calculations we use moments.

Getting started

Package details

AuthorPartha Sarathi Bishnu <psbishnu@gmail.com>
MaintainerPartha Sarathi Bishnu <psbishnu@gmail.com>
LicenseGPL (>= 2)
Version0.1.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("gds")

Try the gds package in your browser

Any scripts or data that you put into this service are public.

gds documentation built on July 23, 2021, 9:07 a.m.