R/coef.poLCA.R

Defines functions coef.poLCA

#' @export
coef.poLCA <- function(object, ...) {
  return(object$coeff)
}

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.