Nothing
## File Name: gdm_proc_response_indicators.R
## File Version: 0.05
gdm_proc_response_indicators <- function(dat.resp)
{
I <- ncol(dat.resp)
resp.ind.list <- list( 1:I )
for (ii in 1:I){
resp.ind.list[[ii]] <- which( dat.resp[,ii]==1)
}
return(resp.ind.list)
}
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.