HARModel-class: HARModel

Description Objects from the Class Slots Methods Author(s)

Description

Class for HARModel objects

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

model:

Object of class lm. Contains the linear model fitted.

info:

Object of class list cointaining:

Methods

show:

signature(object = "HARModel") Shows summary

plot:

signature(x = "HARModel", y = "missing"): Plots the observed values with fitted values overlayed

uncmean:

signature(object = "HARModel"): Extracts the unconditional mean from the Model, only available when type = "HAR"

coef:

signature(object = "HARModel"): Extracts the coefficients from the Model

sandwichNeweyWest:

signature(object = "HARModel"): Utilize the sandwich package to create newey west standard errors

qlike:

signature(object = "HARModel"): Calculate the in sample 'qlike' loss function for a HARModel object

logLik:

A wrapper for the "lm" subclass of the HARModel object

confint:

A wrapper for the "lm" subclass of the HARModel object

residuals:

A wrapper for the "lm" subclass of the HARModel object

summary:

A wrapper for the "lm" subclass of the HARModel object

Author(s)

Emil Sjoerup


HARModel documentation built on Aug. 31, 2019, 5:05 p.m.