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