R/CV.R

Defines functions CV

Documented in CV

 CV <- function(Sums)
{
 bottom <- sqrt(Sums[2])
 top <- 1.63
 answer <- top/bottom
 return(answer)
 }

Try the LotkasLaw package in your browser

Any scripts or data that you put into this service are public.

LotkasLaw documentation built on May 2, 2019, 8:54 a.m.