ols_est | R Documentation |
OLS Estimation of \phi
which consists of the first moment of \beta_i
and homogeneous slope coefficients \gamma
ols_est(x, y, z, remove_intercept = TRUE)
x |
regressor (N-by-1) |
y |
dependent variable (N-by-p_x) |
z |
control variables (N-by-p_z) |
remove_intercept |
whether subtract estimated intercept term in calculation of y_tilde |
A list contains estimated coefficients and inferential statistics
phi |
Estimated phi |
se |
Estimated se for phi_hat |
y_tilde |
|
xi_hat |
OLS residuals |
remove_intecept |
Save the parameter remove_intercept for future reference |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.