Nothing
library(iMRMC)
# Create an MRMC data frame
config.gRoeMetz <- sim.gRoeMetz.config()
# Simulate data
df.MRMC <- sim.gRoeMetz(config.gRoeMetz)
result <- tryCatch(
doIMRMC(df.MRMC),
warning = function(w) {},
error = function(w) {}
)
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.