Skip to content

Commit

Permalink
SuperNOVA transfer to this g-comp approach with rankings
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-contours committed Feb 12, 2024
1 parent a92544e commit 858986e
Show file tree
Hide file tree
Showing 29 changed files with 1,177 additions and 1,515 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SuperNOVA
Title: Semi-Parametric Identification and Estimation of Interaction and Effect Modification in Mixed Exposures using Stochastic Interventions
Version: v1.0.0
Package: InterXshift
Title: Semi-Parametric Identification and Estimation of Interaction using Stochastic Interventions
Version: 1.0.1
Authors@R:
person(given = "David",
family = "McCoy",
Expand Down
File renamed without changes.
6 changes: 5 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(SuperNOVA)
export(InterXshift)
export(calc_CIs)
export(calc_basis_freq)
export(calc_final_effect_mod_param)
Expand All @@ -10,12 +10,14 @@ export(calc_intxn_results)
export(calc_joint_results)
export(calc_mediation_param)
export(calc_pvals)
export(calculatePooledEstimate)
export(create_cv_folds)
export(create_sls)
export(est_Q_w_shifted_mediation)
export(est_hn)
export(estimate_mediator)
export(extract_vars_from_basis)
export(find_synergy_antagonism)
export(fit_basis_estimators)
export(fit_fluctuation)
export(indiv_stoch_shift_est_Q)
Expand Down Expand Up @@ -67,6 +69,8 @@ importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(sl3,Lrnr_sl)
importFrom(sl3,make_sl3_Task)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,binomial)
Expand Down
Loading

0 comments on commit 858986e

Please sign in to comment.