Learn R Programming

fable (version 0.0.0.9000)

parse_model_rhs: Parse the RHS of the model formula for specials

Description

Parse the RHS of the model formula for specials

Usage

parse_model_rhs(model_rhs, data, specials = NULL)

Arguments

model_rhs

The expression for the rhs of the model (from model_rhs())

data

Data provided by the user to evaluate the special functions within

specials

The environment containing specials (from new_specials_env()). If specials is NULL, no specials are computed