Nothing
#' @export
ML.rank.SM <-
function(obj){
# Calculated ML estimator of p for each element of sample space.
# This is a potential ranking for exact limits.
# REQUIRED ARGUMENT
# Object returned from function sample.space
#
out=obj
out$P=obj$S/cumsum(obj$design[,1])[obj$M]
out$lims=signif(out$P,6)
out
}
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.