R/vcov.dbchoice.R

Defines functions vcov.dbchoice

Documented in vcov.dbchoice

vcov.dbchoice <- function(object, ...)
{
    solve(object$Hessian)
}

Try the DCchoice package in your browser

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

DCchoice documentation built on July 26, 2023, 6:11 p.m.