fctSigmoidCCR <- function(){
## Return sigmoidal function for curve fit in TPP-CCR experiments
fctStr <- "1 / (1 + exp((infl - x) * hill))"
return(fctStr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.