R/myhete1999.R

Defines functions myhete1999

Documented in myhete1999

#' Auxiliary function myhete1999
#'
#' Not exported
#'
#'
#' @param vettore a vector of values
#' @return coefficient of variation 
#' @importFrom stats sd
#'



myhete1999 <-  function(vettore){
  sd(vettore)*100/mean(vettore)
}

Try the convergEU package in your browser

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

convergEU documentation built on March 7, 2023, 7:22 p.m.