File tree Expand file tree Collapse file tree 3 files changed +697
-660
lines changed Expand file tree Collapse file tree 3 files changed +697
-660
lines changed Original file line number Diff line number Diff line change 3838 "nhefs" : {"filename" : "nhefs.csv" },
3939 "schoolReturns" : {"filename" : "schoolingReturns.csv" },
4040 "pisa18" : {"filename" : "PISA18sampleScale.csv" },
41+ "nets" : {"filename" : "nets_df.csv" },
42+ "lalonde" : {"filename" : "lalonde.csv" },
4143}
4244
4345
Original file line number Diff line number Diff line change @@ -581,13 +581,12 @@ def fit_outcome_model(
581581 -----
582582 - This model uses a sampled version of the propensity score (`p`) from the
583583 posterior of the treatment model, randomly selecting one posterior draw
584- per call.
584+ per call. This term is estimated initially in the InversePropensity
585+ class initialisation.
585586 - The term `beta_ps[0] * p + beta_ps[1] * (p * treatment)` captures both
586587 main and interaction effects of the propensity score.
587588 - Including spline adjustment enables modeling nonlinear relationships
588589 between the propensity score and the outcome.
589- - Compatible with IPW-style estimation when combined with weighted loss or
590- diagnostics outside this function.
591590
592591 """
593592 if not hasattr (self , "idata" ):
You can’t perform that action at this time.
0 commit comments