Nothing
auxiliary_chebycheff_dispersion <- function(series) {
categories <- levels(series$Value)
n_cat <- length(categories) # Number of categories in the dataset
vector_mp <- marginal_probabilities(series = series)
max_mp <- max(vector_mp)
return((n_cat/(n_cat - 1)) * (1 - max_mp))
}
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.