getCreateFunctionName | R Documentation |
Returns the name of the creation function associated with the model.
getCreateFunctionName(model)
model |
the model name. |
the string corresponding to the creation function of the model. Warning, this function does not check the existence of the corresponding function.
getCreateFunctionName("gompertz")
## [1] "gompertz.create"
# Note that this does not verify the existence
getCreateFunctionName("NonExistentFunction")
## [1] "NonExistentFunction.create"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.