causal_inference_python_code
causal_inference_python_code copied to clipboard
Python code for part 2 of the book Causal Inference: What If, by Miguel Hernán and James Robins
Results
1
causal_inference_python_code issues
Sort by
recently updated
recently updated
newest added
It is mentioned in Chapter 12 and section 12.2 that WLS gives the right coefficients but the standard error is off and GEE gives better standard errors. Can you provide...