Learn R Programming

fable (version 0.0.0.9000)

parse_model: Parse the model specification for specials

Description

Using a list of defined special functions, the user's formula specification and data is parsed to extract important modelling components.

Usage

parse_model(data, model, specials = NULL)

Arguments

data

A dataset

model

A validated model (from validate_model)

specials

A list of functions used to be evaluated from the formula. If specials is NULL, no specials are computed