Nothing
P_vobs = function(Vobs, kappa){
m = sapply(Vobs, length)-1
cens = sapply(Vobs, function(x) is.infinite(x[length(x)]))
m.max = max(m)
p.vec = geom(1:m.max, kappa)
p.vec.inf = geom.inf(1:m.max, kappa)
P = sapply( 1: length(m), function(x) if(!cens[x]) rev(p.vec[1:m[x]])
else rev(p.vec.inf[1:m[x]])
)
P
}
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.