Nothing
Gibbs3<-
function(noRow,noCol,iter,GrpSzs,YMu,L0,V0,L0A,V0A,MM,AAPi,ApriDiffExp,result1,result2)
{
output=.C("Gibbs3",as.integer(noRow),as.double(noCol),as.integer(iter),as.double(GrpSzs),as.double(YMu),as.double(L0),as.double(V0),as.double(L0A),as.double(V0A),as.double(MM),as.double(AAPi),as.double(ApriDiffExp),as.double(result1),as.double(result2))
Resultado1=matrix(output[[13]],noRow,iter)
Resultado2=matrix(output[[14]],noRow,iter)
Resultado=list(Resultado1,Resultado2)
names(Resultado)=c("alfa.1","alfa.2")
return(Resultado)
}
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.