Learn R Programming

fable (version 0.0.0.9000)

validate_model: Validate the user provided model

Description

Appropriately format the user's model for evaluation. Typically ran as one of the first steps in a model function.

Usage

validate_model(model, data = NULL)

Arguments

model

The user's model specification (unevaluated)

data

A dataset used for automatic response selection