F-test of regression's overall significance
f_test_custom(dep_var, indep_vars, model_res, const = TRUE)
dep_var |
A numeric vector or a matrix with one column representing the dependent variable. |
indep_vars |
A matrix representing the independent variables. |
model_res |
A numeric vector representing the regression's residuals. |
const |
A logical indicating whether the constant term should be restricted too. |
f_test_custom
returns a list containing the F-statistic and
the numerator's degrees of freedom.
Kleanthis Natsiopoulos, klnatsio@gmail.com
vcov_custom
f_bounds_sim
t_bounds_sim
independent
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.