Nothing
generate_Y_mean.nls <- function(true_mean, theta, ...){
func <- formula(true_mean)[[3]]
envr <- c(as.list(theta), as.list(get_nls_data(true_mean)))
output <- tryCatch(with(envr, eval(func)),
error = function(e) stop("Unable to generate Y_mean: ", e))
return(output)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.