Skip to content

guochunshen/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages