R/heqab.SGB.R

Defines functions heqab.SGB

Documented in heqab.SGB

heqab.SGB <-
function(x,d,u,bound,shape1,index,...){
   li <- length(index)
   h <- vector()
   h[1] <- x[1]-shape1
   h[2:li] <- x[index[-1]]
   return(h)
}

Try the SGB package in your browser

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

SGB documentation built on March 26, 2020, 8:02 p.m.