R/xxirt_vcov.R

Defines functions vcov.xxirt

Documented in vcov.xxirt

## File Name: xxirt_vcov.R
## File Version: 0.09

vcov.xxirt <- function( object, ...)
{
    res <- xxirt_hessian( object )
    return( solve(-res) )
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.