nt-williams / lmtp

:package: Non-parametric Causal Effects Based on Modified Treatment Policies :crystal_ball:
http://www.beyondtheate.com
GNU Affero General Public License v3.0
57 stars 17 forks source link

Missing data check #38

Closed nt-williams closed 4 years ago

nt-williams commented 4 years ago

Need to implement a check of missing data among the covariates. Would issue error such as:

Missing data found in treatment and/or covariate nodes. Either impute (recommended) or only use observations with complete covariates. Missing outcomes are okay.
nt-williams commented 4 years ago

This check would need to make sure that if there is missing covariates, it isn't because an observation was censored at a previous time point.

nt-williams commented 4 years ago

Close with PR #41