# Survival functions have different parameterizations than R's built in pdistribution, cdistribution, qdistribution
eval_pdf = function(x, ...) UseMethod("eval_pdf")
eval_cdf = function(x, ...) UseMethod("eval_cdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.