R/CVm.R

Defines functions CVm

Documented in CVm

CVm <- function(value, Sums)
{
    bottom <- sqrt(Sums[2])
    top <- value
    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.