install.packages("devtools") # if you didn't install it yet
library(devtools)
install_github("knmontecarlo/knmcStat")
library(knmcStat)
mode(x)
- mode of the x
dataset.
kurtosis(x)
- kurtosis of the x
dataset.
geometricSeq(start, max, q)
- geometric sequence (g. progression) from
start
until max
. q
is the product of the sequence.
skewness(x)
- skewness of the x
dataset.
stats.summary(x)
- descriptive statistics of set x
.
Project under MIT license.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.