Skip to content

Commit

Permalink
Merge pull request #85 from istallworthy/run-through
Browse files Browse the repository at this point in the history
remove helpers
  • Loading branch information
istallworthy authored Sep 20, 2023
2 parents 46b2b3c + 7be8fce commit 02bcdb0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 946 deletions.
15 changes: 0 additions & 15 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,17 @@ export(create_custom_comparisons)
export(create_custom_contrasts)
export(eval_hist)
export(fitModel)
export(formatLongData)
export(getModel)
export(get_comparison_values)
export(imputeData)
export(inspectData)
export(make_love_plot)
export(perform_multiple_comparison_correction)
export(trimWeights)
importFrom(WeightIt,weightitMSM)
importFrom(doRNG,"%dorng%")
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(foreach,getDoParName)
importFrom(foreach,getDoParWorkers)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
Expand All @@ -50,17 +43,9 @@ importFrom(jtools,export_summs)
importFrom(knitr,kable)
importFrom(marginaleffects,avg_predictions)
importFrom(marginaleffects,hypotheses)
importFrom(mice,complete)
importFrom(mice,ibind)
importFrom(mice,mice)
importFrom(mice,pool)
importFrom(missMethods,delete_MAR_1_to_x)
importFrom(parallel,detectCores)
importFrom(purrr,map_dfr)
importFrom(stargazer,stargazer)
importFrom(stats,p.adjust)
importFrom(stringr,str_count)
importFrom(survey,svydesign)
importFrom(survey,svyglm)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
155 changes: 0 additions & 155 deletions R/formatLongData.R

This file was deleted.

171 changes: 0 additions & 171 deletions R/imputeData.R

This file was deleted.

Loading

0 comments on commit 02bcdb0

Please sign in to comment.