R/vcov.poLCA.R

Defines functions vcov.poLCA

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

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.