R/poLCA.ylik.C.R

Defines functions poLCA.ylik.C

#' \deprecated
#' @noRd
poLCA.ylik.C <- function(vp, y) {
  lik <- ylik(
    vp$vecprobs,
    t(y),
    dim(y)[1],
    length(vp$numChoices),
    vp$numChoices,
    vp$classes
  )
  lik <- matrix(lik, ncol = vp$classes, byrow = TRUE)
  return(lik)
}

Try the poLCAParallel package in your browser

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

poLCAParallel documentation built on Feb. 20, 2026, 1:09 a.m.