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