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 Aug. 11, 2023, 5:07 p.m.