Skip to contents

To get RIscoreSE() working properly for cases with theta range up til c(-10,10).

Usage

RI_iarm_persons_mle(
  respm,
  thresh,
  model = c("RM", "PCM"),
  theta = rep(0, dim(respm)[1]),
  type = c("MLE", "WLE"),
  extreme = TRUE,
  maxit = 20,
  maxdelta = 3,
  tol = 0.0001,
  maxval = 9
)

Arguments

respm

temp

thresh

temp

model

temp

theta

temp

type

temp

extreme

temp

maxit

temp

maxdelta

temp

tol

temp

maxval

temp