powered by
vcov_custom creates the Variance-Covariance matrix of a regression. It is used instead of the vcov because the latter doesn't work with .lm.fit.
vcov_custom
vcov
.lm.fit
vcov_custom(indep_vars, model_res)
vcov_custom returns a Variance-Covariance matrix.
A matrix representing the independent variables.
A numeric vector representing the regression's residuals.
Kleanthis Natsiopoulos, klnatsio@gmail.com
f_test_custom f_bounds_sim t_bounds_sim
f_test_custom
f_bounds_sim
t_bounds_sim