validate: Validate model options

View source: R/validate.R

validateR Documentation

Validate model options

Description

The function validates the user supplied list of model options and sets defaults for missing options. All checks are intentionally aggressive and will throw an error rather than make assumptions about what the user intended to do.

Usage

validate(model_options, db_names)

Arguments

model_options

A user supplied list of model options

db_names

A character string of variable names in the data

Details

The function is run once inside of prepare to correctly set up the estimation environment. It is meant for internal use only and is not exported.

Value

A list of model options with missing input values replaced by default values


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.