README.md

knmcStat

Instalation

install.packages("devtools") # if you didn't install it yet
library(devtools)
install_github("knmontecarlo/knmcStat")

Loading

library(knmcStat)

Available functions

  1. mode(x) - mode of the x dataset.

  2. kurtosis(x) - kurtosis of the x dataset.

  3. geometricSeq(start, max, q) - geometric sequence (g. progression) from start until max. q is the product of the sequence.

  4. skewness(x) - skewness of the x dataset.

  5. stats.summary(x) - descriptive statistics of set x.

License

Project under MIT license.



knmontecarlo/knmcStat documentation built on May 16, 2019, 9:29 a.m.