R/cv.R

Defines functions cv

Documented in cv

#' @export
cv<-function(Mean, SD)
{message(paste('Coefficient of Variation =', (SD/Mean)))}

Try the ClinSigMeasures package in your browser

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

ClinSigMeasures documentation built on Feb. 25, 2021, 5:08 p.m.