Description Usage Arguments Value Examples
View source: R/ModelGeneration.R
A helper function used by the GetModelComparison function. It takes the inputs and parses it to see what models to build
1 | GetBuildFlags(model.list)
|
model.list |
The input parameters from GetModelComparison on what models to create. |
A vector of flags that contain what models to build. To be used in BuildModels function
1 2 | # This function is used by GetModelComparison. It's usage is as follows:
# build.flags <- GetBuildFlags(model.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.