R/Pxyr.R

Defines functions Pxyr

Pxyr = function(a, b, index) {
  aperm(replicate(.fedirtClusterEnv$J, .fedirtClusterEnv$Pxy(a,b,index)), c(1, 3, 2)) * replicate(.fedirtClusterEnv$q, .fedirtClusterEnv$my_data[[index]])
}

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.