R/rjk.R

Defines functions rjk

rjk = function(a, b, index) {
  pxyr = .fedirtClusterEnv$Pxyr(a, b, index)
  apply(pxyr, c(2, 3), sum)
}

Try the FedIRT package in your browser

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

FedIRT documentation built on Sept. 30, 2024, 9:34 a.m.