Nothing
## File Name: gdina_delta_convert_into_list.R
## File Version: 0.01
gdina_delta_convert_into_list <- function( delta_vec, delta_indices, J)
{
delta <- as.list(1:J)
for ( ii in 1:J){
delta[[ ii ]] <- delta_vec[ delta_indices[[ii]] ]
}
return(delta)
}
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.