get_observables {ivdoctr} | R Documentation |
Given data and function specification, returns the relevant correlations and covariances with any exogenous controls projected out.
Description
Given data and function specification, returns the relevant correlations and covariances with any exogenous controls projected out.
Usage
get_observables(y_name, T_name, z_name, data, controls = NULL)
Arguments
y_name |
Name of the dependent variable |
T_name |
Name(s) of the preferred regressor(s) |
z_name |
Name(s) of the instrumental variable(s) |
data |
Data to be analyzed |
controls |
Exogenous regressors to be included |
Value
List of correlations, covariances, and R^2 of first and second stage regressions after projecting out any exogenous control regressors
[Package ivdoctr version 1.0.1 Index]