Nothing
#' \deprecated
#' @noRd
poLCA.unvectorize <- function(vp) {
probs <- list()
idx <- c(0, cumsum(vp$numChoices * vp$classes))
for (i in 1:length(vp$numChoices)) {
probs[[i]] <- matrix(vp$vecprobs[(idx[i] + 1):idx[i + 1]],
nrow = vp$classes, byrow = TRUE
)
}
return(probs)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.