Kuan-Liu-Lab / causens

An R package for causal sensitivity analysis methods
https://kuan-liu-lab.github.io/causens/
MIT License
1 stars 0 forks source link

Implement quadratic sensitivity function as "dispatch" via S3 #28

Open larryshamalama opened 5 months ago

larryshamalama commented 5 months ago

Following up on #1, rather than extend the function signature of sensitivity_function, we can use a dispatching approach to accommodate a quadratic functional form for the sensitivity function $c(z, e)$.