get_resids_ols {lpirfs}R Documentation

Compute residuals from OLS model

Description

Estimate residuals from OLS model.

Usage

get_resids_ols(y_data, x_data)

Arguments

y_data

A vector for the left hand variable.

x_data

A matrix with right hand variables.

Value

A numeric vector with residuals from OLS regression.

Author(s)

Philipp Adämmer


[Package lpirfs version 0.2.3 Index]