Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 399 Bytes

This is a single function package that focuses on the estimation of coefficient of variation (CV) from samples.

You can install the package directly from Github by typing the following codes:

if(!require(devtools)){
  install.packages("devtools")
  require(devtools)
}
install_github("guochunshen/cv")

once installed, you can use the cv function and its help file via ?cv.