Nothing
require(cem)
data(LL)
ans <- c("strongly disagree", "disagree", "neutral", "agree", "strongly agree", "no opinion")
n <- dim(LL)[1]
k <- dim(LL)[2]
set.seed(123)
LeLonde <- data.frame(LL, q1 = sample(ans, n, replace=TRUE) )
idx <- sample(1:n,n*0.1)
for(i in idx){
LeLonde[i, sample(2:(k+1),1)] <- NA
}
save(LeLonde, file="LeLonde.rda")
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.