Nothing
poLCA.entropy <-
function(lc) {
K.j <- sapply(lc$probs,ncol)
fullcell <- expand.grid(lapply(K.j,seq,from=1))
P.c <- poLCA.predcell(lc,fullcell)
return(-sum(P.c * log(P.c),na.rm=TRUE))
}
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.