determine_model: Determine the type of model to run.

View source: R/create_model_info.r

determine_modelR Documentation

Determine the type of model to run.

Description

This internal function takes the parsed formula and raw data and determines the type of model that should be run.

Usage

determine_model(formula.parsed, data)

Arguments

formula.parsed

A parsed formula object returned from the function 'parse_formula'.

data

The raw data that the formula will be run on.

Value

A character vector that identifies the type of model to be run based on the formula and data.

See Also

Other model setup functions: identify_tve(), parse_formula(), produce_model_function()


jacobaro/danalyze documentation built on Oct. 20, 2022, 8:09 a.m.