R/KL.default.R

Defines functions KL.default

KL.default <-
function( params,        # parameters over which to calculate
          theta,         # value of theta
          delta = .1 )   # the indifference region specification
{
  
return( KL.brm( params, theta, delta ) )
 
} # END KL.default FUNCTION
swnydick/catIrt documentation built on June 13, 2022, 9:30 p.m.