R/FI.R

Defines functions FI

Documented in FI

FI <-
function( params, theta,
          type = c("expected", "observed"),
          resp = NULL ){
    
  UseMethod("FI")
    
} # END FI FUNCTION

Try the catIrt package in your browser

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

catIrt documentation built on May 28, 2022, 1:09 a.m.