R/g_logL.R

Defines functions g_logL_internal

#' @noRd
g_logL_internal = function(a, b, index) {
  result_a = .fedirtClusterEnv$da(a, b, index)
  result_b = .fedirtClusterEnv$db(a, b, index)
  list(result_a, result_b)
}

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.