coef.midas_nlpr function

Extract coefficients of MIDAS regression

Extract coefficients of MIDAS regression

Extracts various coefficients of MIDAS regression

## S3 method for class 'midas_nlpr' coef(object, type = c("plain", "midas", "nlpr"), term_names = NULL, ...)

Arguments

  • object: midas_nlpr object
  • type: one of plain, midas, or nlpr. Returns appropriate coefficients.
  • term_names: a character vector with term names. Default is NULL, which means that coefficients of all the terms are returned
  • ...: not used currently

Returns

a vector with coefficients

Details

MIDAS regression has two sets of cofficients. The first set is the coefficients associated with the parameters of weight functions associated with MIDAS regression terms. These are the coefficients of the NLS problem associated with MIDAS regression. The second is the coefficients of the linear model, i.e the values of weight functions of terms, or so called MIDAS coefficients. By default the function returns the first set of the coefficients.

Author(s)

Vaidotas Zemlys

  • Maintainer: Vaidotas Zemlys-Balevičius
  • License: GPL-2 | MIT + file LICENCE
  • Last published: 2021-02-23