Nothing
#' \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)
}
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.