library(legR)
library(dwnominate)
library(tidyverse)
source("sim_fns.r")
out1 <- list()
for(i in 1:2){
out1[[i]] <- run_sim()
save(out, file="out1_sim.res")
}
quit('no')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.