Nothing
# Polarization index, Duclos et al. (2004) page 16
pafF <- function(y, a, ncores = 1) {
## y is the outcome of the aldmck function
## a is the a value
return(pafF_helper(Rfast::Sort(y, parallel = (ncores > 1)),
a, ncores)) ## the ys must be sorted
}
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.