It would be great for the results folder to contain these numbers (currently the covariate balance plots are in the results folder, which is great). Heads up though: the GEE models may take more memory than on your personal computer to run.
On branch issue-46, these code files are located at:
GEE associational sensitivity analysis: code/sensitivity_analyses/matching_without_covariates_for_evalue.R and code/sensitivity_analyses/matching_without_covariates_for_evalue.sh
GEE causal sensitivity analysis:continuous_treatment_causal_analyses.R and continuous_treatment_causal_analyses.sh. Specifically, I have edited the function all_matching_results_1model (which is in lib/functions_using_gps) to take the parameter run_gee_model, which by default is set to F. It would be nice if we can set it to T and print the results as part of the main matching results.
It would be great for the results folder to contain these numbers (currently the covariate balance plots are in the results folder, which is great). Heads up though: the GEE models may take more memory than on your personal computer to run.
On branch
issue-46
, these code files are located at:code/sensitivity_analyses/matching_without_covariates_for_evalue.R
andcode/sensitivity_analyses/matching_without_covariates_for_evalue.sh
code/sensitivity_analyses/gee_associational_model.R
continuous_treatment_causal_analyses.R
andcontinuous_treatment_causal_analyses.sh
. Specifically, I have edited the functionall_matching_results_1model
(which is inlib/functions_using_gps
) to take the parameter run_gee_model, which by default is set to F. It would be nice if we can set it to T and print the results as part of the main matching results.