R/vcov.drcte.R

"vcov.drcte" <-
function(object, ..., corr = FALSE)
{
  ## Defining function for calculating variance-covariance matrix
  vcMat <- solve(object$fit$hessian)
  if(length(object$dataList$names$rNames) > 1) vcMat[vcMat < 1E-8] <- 0
  vcMat
}

Try the drcte package in your browser

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

drcte documentation built on May 31, 2023, 6:11 p.m.