NHPP.MCFvec <-
function (times,
theta,
form)
{
zout <- SFMCF(time = as.double(times),
kform = as.integer(num.nhpp.form(generic.nhpp.form(form)[[1]])),
theta = as.double(theta),
ntimes = as.integer(length(times)),
answer = double(length(times)))
return(zout$answer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.