R/hulofun.R

Defines functions hulofun

Documented in hulofun

hulofun <-
function(x)
  {
   y<- hulfun(x)
   obj<-mean(y)
  return(obj)
  }

Try the RKUM package in your browser

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

RKUM documentation built on June 22, 2022, 9:06 a.m.