View source: R/create_model_info.r
determine_model | R Documentation |
This internal function takes the parsed formula and raw data and determines the type of model that should be run.
determine_model(formula.parsed, data)
formula.parsed |
A parsed formula object returned from the function 'parse_formula'. |
data |
The raw data that the formula will be run on. |
A character vector that identifies the type of model to be run based on the formula and data.
Other model setup functions:
identify_tve()
,
parse_formula()
,
produce_model_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.