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