Computes OLS and IV estimates
get_estimates(y_name, T_name, z_name, data, controls = NULL, robust = FALSE)
Character vector of the name of the dependent variable
Character vector of the names of the preferred regressors
Character vector of the names of the instrumental variables
Data to be analyzed
Character vector containing the names of the exogenous regressors
Boolean of whether to compute heteroskedasticity-robust standard errors
List of beta estimates and associated standard errors for OLS and IV estimation