Skip to content

Commit

Permalink
Naming convention change as in #46
Browse files Browse the repository at this point in the history
  • Loading branch information
pzivich committed Apr 25, 2024
1 parent c0e886d commit 52705c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delicatessen/estimating_equations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from .causal import (ee_ipw, ee_ipw_msm, ee_gformula, ee_aipw, ee_gestimation_snmm,
ee_mean_sensitivity_analysis)

from .dose_response import (ee_4p_logistic, ee_3p_logistic, ee_2p_logistic,
ee_effective_dose_delta)
from .pharmacokinetics import (ee_4p_logistic, ee_3p_logistic, ee_2p_logistic,
ee_effective_dose_delta)

from .measurement import (ee_rogan_gladen, ee_rogan_gladen_extended, ee_regression_calibration
)
Expand Down

0 comments on commit 52705c1

Please sign in to comment.