powered by
Estimate residuals from OLS model.
get_resids_ols(y_data, x_data)
A numeric vector with residuals from OLS regression.
A vector for the left hand variable.
A matrix with right hand variables.
Philipp Adämmer