moment_est_init | R Documentation |
Direct moment estimator using the identification equations
moment_est_init(x, y, z = NULL, 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
para_est |
estimated (a, sigma2, sigma3, b1, b2, b3) |
remove_intercept |
Save the parameter remove_intercept for future reference. = NA if z is not provided. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.