Skip to content

write doubly-robust strategy #60

Description

@n8thangreen

# draft for doubly robust PAIC
strategy_dr(
  # weighting Model
  # "Make the populations look the same"
  balance_model = ~ age + sex + severity,
  
  # outcome Model (STC)
  # "Predict the outcome if the populations were the same"
  outcome_model = y ~ trt + age + sex
 )

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions