Nothing
partition_column_Y_f <-
function(Y_iter,n_age){
P_1=Y_iter[,1:n_age]
P_2=Y_iter[,(n_age+1):(2*n_age)]
Partition_col=list( P_1,P_2)
return(Partition_col)
}
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.