Description Usage Arguments Value
View source: R/performAnalysis.R
Fit all model families for the continuous or quantal response
| 1 2 | 
| data | list, as returned from the f.scan() function; | 
| shinyInput | list, all parameter values as defined in the shiny UI | 
| fitCovariateCombinations | boolean, if TRUE all possible combinations of the included covariates for parameters are fitted; default value is FALSE | 
| noFit | boolean, if TRUE the model is not fitted, but default parameter names and constraints can be obtained; default value is FALSE | 
| estimateCed | boolean, if TRUE the ced (i.e. bmd) is estimated along with confidence interval using profile likelihood; default value is TRUE | 
| modelIndices | numeric vector, indices of the models to be fit; if NULL values are obtained from getModelNames(); default value is NULL | 
| track | logical, if TRUE (FALSE by default) print the name of the function which is currently being run | 
list with for each model a list with all results obtained during the analysis with fitSingleModel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.