R/poLCA.reorder.R

Defines functions poLCA.reorder

Documented in poLCA.reorder

poLCA.reorder <-
function(probs,o.new) {
    J <- length(probs)
    for (j in 1:J) probs[[j]] <- probs[[j]][o.new,]
    return(probs)
}
dlinzer/poLCA documentation built on April 7, 2022, 10:19 p.m.