spec: Create a model specification that can fit into multiple...

Description Usage Arguments Examples

View source: R/00-spec.R

Description

Create a model specification that can fit into multiple models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
spec(
  .data,
  .formula = NULL,
  .index = NULL,
  .ordering = NULL,
  .endo_lags = 2,
  .endo_names = NULL,
  .trend = FALSE,
  .factor_names = NULL,
  .tvp = NULL,
  .sv = NULL,
  .exo_names = NULL,
  .exo_lags = NULL
)

Arguments

.data

df

.formula

the formula

.endo_lags

number of endogenous lags

.exo_lags

number of exogenous lags

Examples

1
spec(yraw)

kvasilopoulos/abvar documentation built on April 27, 2021, 6:38 a.m.