flogrecurrateloglin <-
function (time, theta)
{
gamma0 <- theta[1]
gamma1 <- theta[2]
flogrecurrateloglin <- gamma0 + gamma1 * time
return(flogrecurrateloglin)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.