Nothing
refvector <-
function(p,cc,m,nref=1000)
{
simvecmh<-NULL
for (i in c(1:nref))
{
tum<-tumors(p,cc,m)
simvecmh<-c(simvecmh,LRts(tum,p,0.8)[1])
}
return(simvecmh)
}
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.