Learn R Programming

gds (version 0.1.1)

Descriptive Statistics of Grouped Data

Description

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.

Copy Link

Version

Install

install.packages('gds')

Monthly Downloads

290

Version

0.1.1

License

GPL (>= 2)

Maintainer

Partha Bishnu

Last Published

July 23rd, 2021

Functions in gds (0.1.1)

gds

Descriptive statistics of grouped data: with the help of this package we calculate mean, median, mode, variance, standard deviation, coefficient of variance, quartiles, IQR, skewness, and kurtosis of grouped data.