#Beta-P function (cumulative)
model = list(
name = c("Beta-P cumulative"),
formula = expression(S == d*(1-(1+(A/c)^z)^-f)),
exp = expression(d*(1-(1+(A/c)^z)^-f)),
shape = "sigmoid",
asymp = function(pars)pars["d"],
parLim = c("Rplus","R","R","R"),
#initial values function
init = function(data){c(max(data$S)+1,.5,.5,.5)}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.