powered by
Returns the name of the regression function associated with the model.
getFunctionName(model)
the string corresponding to the regression function of the model. Warning, this function does not check the existence of the corresponding function.
the model name.
getFunctionName("gompertz") ## [1] ".MicrobialGrowth.gompertz" # Note that this does not verify the existence getFunctionName("NonExistentFunction") ## [1] ".MicrobialGrowth.NonExistentFunction"
Run the code above in your browser using DataLab