Display available dose-response models
Display information about available, built-in dose-response models.
getMeanFunctions(noParm = NA, fname = NULL, flist = NULL, display =TRUE)
noParm |
numeric specifying the number of parameters of the models to be displayed. The default (NA) results in display of all models, regardless of number of parameters. |
fname |
character string or vector of character strings specifying the short name(s) of the models to be displayed (need to match exactly). |
flist |
list of built-in functions to be displayed. |
display |
logical indicating whether or not the requested models should be displayed on the R console. |
The arguments noParm
and fname
can be combined.
An invisible list of functions or a list of strings with brief function descriptions is returned.
Christian Ritz
## Listing all functions getMeanFunctions() ## Listing all functions with 4 parameters getMeanFunctions(4) ## Listing all (log-)logistic functions getMeanFunctions(fname = "L") ## Listing all three-parameter (log-)logistic or Weibull functions getMeanFunctions(3, fname = c("LL", "W")) ## Listing all four-parameter (log-)logistic or Weibull functions getMeanFunctions(4, fname = c("LL", "W"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.