R/heqab.SGB.jac.R

Defines functions heqab.SGB.jac

Documented in heqab.SGB.jac

heqab.SGB.jac <-
function(x,d,u,bound,shape1,index,...){
   li <- length(index)
   J <- matrix(0, li, length(x))
   J[1:li,index] <- diag(rep(1,li))
   return(J)
}

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.