Nothing
qalys <- function(scenario, disc=FALSE)
{
if (disc==FALSE)
{
res <- attr(scenario, "utility")
}else{
res <- attr(scenario, "utilityD")
}
return(c(res, res/attr(scenario, "size")))
}
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.