Nothing
## File Name: cdm_calc_ll_with_counts.R
## File Version: 0.03
cdm_calc_ll_with_counts <- function( an.ik, pjk, eps=1E-20 )
{
colSums( colSums( an.ik * log(pjk+eps) ))
}
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.