The steps for using CEMRA are split into four sections: setup, interpretation, tuning and reportable results.
To generate reportable results you will need to run with simulations of at least 20,000 (this will take more than 10 minutes). For this it is better to use the R package with the CSV that you created above. Download R and Rstudio and run the following commands:
`r
install.packages("devtools")
library(devtools)
install_github("IOM-Research/CEMRA")
library(CEMRA)
results<-CEMRA::run_model("THECSVYOUCREATED.csv", 20000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.