d <- Dist(5) valid(d) # FALSE, support is empty d <- Dist(c(0, 1, 0)) valid(d) # TRUE, at least one observation is made
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.