Skip to content

Commit 124e47d

Browse files
initial
1 parent 371d88e commit 124e47d

File tree

155 files changed

+15022
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+15022
-108
lines changed

.Rbuildignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@
2020
^initial_setup\.R$
2121
^doc$
2222
^Meta$
23+
^.*\.Rproj$
24+
^\.Rproj\.user$
25+
^data-raw/fns/add\.R$
26+
^data-raw/fns/import\.R$
27+
^data-raw/fns/make\.R$
28+
^data-raw/fns/plot\.R$
29+
^data-raw/fns/predict\.R$
30+
^data-raw/fns/transform\.R$
31+
^data-raw/fns/update\.R$
32+
^data-raw/fns/write\.R$

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description: Tools for developing simple microsimulations of mental health
1212
part of the process of testing and documenting the library. If you
1313
have any questions, please contact the authors
1414
(matthew.hamilton1@monash.edu).
15-
License: GPL-3 + file LICENSE
15+
License: GPL-3
1616
URL: https://ready4-dev.github.io/mimic/,
1717
https://github.com/ready4-dev/mimic,
1818
https://ready4-dev.github.io/mimic/
@@ -22,6 +22,7 @@ RoxygenNote: 7.3.2
2222
Suggests:
2323
knitr,
2424
knitrBootstrap,
25+
pkgload,
2526
rmarkdown,
2627
testthat
2728
VignetteBuilder: knitr

NAMESPACE

Lines changed: 269 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,279 @@
33
export("%>%")
44
export(":=")
55
export(.data)
6+
export(add_activity)
7+
export(add_age_to_project_dss)
8+
export(add_cost_calculations)
9+
export(add_cost_effectiveness_stats)
10+
export(add_costs_event)
11+
export(add_enter_model_event)
12+
export(add_imputed_data)
13+
export(add_joiners_outcomes_ds)
14+
export(add_k10_event)
15+
export(add_k10_scores)
16+
export(add_leave_model_event)
17+
export(add_minutes)
18+
export(add_minutes_event)
19+
export(add_model_tests)
20+
export(add_outcome_change_schedule)
21+
export(add_outcomes_event_sequence)
22+
export(add_project_assessments)
23+
export(add_project_model_data)
24+
export(add_project_outcomes_data)
25+
export(add_project_treatment_change)
26+
export(add_qalys_sensitivities)
27+
export(add_regressions)
28+
export(add_simulated_data)
29+
export(add_simulated_treatments)
30+
export(add_time_to_event)
31+
export(add_treatment_event)
32+
export(add_treatment_status)
33+
export(add_utility_event)
634
export(deprecated)
7-
export(get_this_from_that)
35+
export(get_pooled)
36+
export(get_project_model_data)
37+
export(get_regression)
38+
export(get_unit_cost_detail)
39+
export(import_project_data)
40+
export(make_class_tfmns)
41+
export(make_composite_results)
42+
export(make_confusion_ls)
43+
export(make_draws_tb)
44+
export(make_economic_summary)
45+
export(make_enhanced_pool)
46+
export(make_experts_tb)
47+
export(make_k10_severity_cuts)
48+
export(make_outcomes_vars)
49+
export(make_parsnip_mdl)
50+
export(make_pooled_fit)
51+
export(make_predd_observed_ds)
52+
export(make_project_activity_ds)
53+
export(make_project_aqol6d_mdls)
54+
export(make_project_chu9d_mdls)
55+
export(make_project_consolidated_ds)
56+
export(make_project_contacts_ds)
57+
export(make_project_cost_mdlng_ds)
58+
export(make_project_costs_ds)
59+
export(make_project_demographics_ds)
60+
export(make_project_dictionary)
61+
export(make_project_ds)
62+
export(make_project_joiners_ds)
63+
export(make_project_k10_mdls)
64+
export(make_project_keys)
65+
export(make_project_metrics)
66+
export(make_project_minutes_cmprsn)
67+
export(make_project_minutes_mdls)
68+
export(make_project_notes_ds)
69+
export(make_project_outcomes_ds)
70+
export(make_project_overview_ds)
71+
export(make_project_params_tb)
72+
export(make_project_recode_lup)
73+
export(make_project_results)
74+
export(make_project_service_use_ds)
75+
export(make_project_sim_summary)
76+
export(make_project_sunk_tb)
77+
export(make_project_ts_ds)
78+
export(make_project_tx_mdlng_ds)
79+
export(make_project_tx_mdls)
80+
export(make_regression_report)
81+
export(make_regressions_ls)
82+
export(make_report_data)
83+
export(make_results_matrix)
84+
export(make_results_summary)
85+
export(make_results_synthesis)
86+
export(make_simulated_draws)
87+
export(make_structural_vars)
88+
export(make_synthetic_data)
89+
export(make_synthetic_tests)
90+
export(make_two_part_mdl)
91+
export(make_tx_mdl_confusion)
92+
export(make_utility_predictions_ds)
93+
export(make_weeks_suffix)
94+
export(plot_pooled)
95+
export(plot_test_scatter)
96+
export(plot_tx_mdl_confusion)
97+
export(predict_comparator_pathway)
98+
export(predict_digital_pathway)
99+
export(predict_from_pool)
100+
export(predict_with_sim)
101+
export(transform_ds_to_wide)
102+
export(transform_project_outcomes_ds)
103+
export(transform_to_long_results)
104+
export(transform_to_min_and_max)
105+
export(transform_tx_factor)
106+
export(transform_tx_mdlng_ds)
107+
export(update_current_date)
108+
export(update_current_event)
109+
export(update_gender)
110+
export(update_k10_event_schedule)
111+
export(update_population_classes)
112+
export(update_predictions_ds)
113+
export(update_previous)
114+
export(update_qalys)
115+
export(update_scheduled_date)
116+
export(update_tx_start_end)
117+
export(update_with_imputed)
118+
export(write_project_RDS)
119+
export(write_project_csvs)
120+
export(write_project_ws)
8121
import(methods)
122+
importFrom(BCEA,bcea)
123+
importFrom(Hmisc,capitalize)
124+
importFrom(SHELF,fitdist)
125+
importFrom(SHELF,plinearpool)
126+
importFrom(SHELF,plotfit)
127+
importFrom(SHELF,qlinearpool)
128+
importFrom(SHELF,rlinearpool)
129+
importFrom(assertthat,assert_that)
130+
importFrom(betareg,betareg)
131+
importFrom(broom,tidy)
132+
importFrom(caret,confusionMatrix)
133+
importFrom(didgformula,sim)
134+
importFrom(dplyr,across)
135+
importFrom(dplyr,all_of)
136+
importFrom(dplyr,arrange)
137+
importFrom(dplyr,as_tibble)
138+
importFrom(dplyr,bind_cols)
139+
importFrom(dplyr,bind_rows)
140+
importFrom(dplyr,c_across)
141+
importFrom(dplyr,case_when)
142+
importFrom(dplyr,cross_join)
143+
importFrom(dplyr,desc)
144+
importFrom(dplyr,distinct)
145+
importFrom(dplyr,ends_with)
146+
importFrom(dplyr,everything)
147+
importFrom(dplyr,filter)
148+
importFrom(dplyr,first)
149+
importFrom(dplyr,full_join)
150+
importFrom(dplyr,group_by)
151+
importFrom(dplyr,inner_join)
152+
importFrom(dplyr,lag)
153+
importFrom(dplyr,last)
154+
importFrom(dplyr,left_join)
155+
importFrom(dplyr,mutate)
156+
importFrom(dplyr,n)
157+
importFrom(dplyr,nth)
158+
importFrom(dplyr,pull)
159+
importFrom(dplyr,reframe)
160+
importFrom(dplyr,rename)
161+
importFrom(dplyr,rename_with)
162+
importFrom(dplyr,right_join)
163+
importFrom(dplyr,row_number)
164+
importFrom(dplyr,rowwise)
165+
importFrom(dplyr,select)
166+
importFrom(dplyr,slice)
167+
importFrom(dplyr,starts_with)
168+
importFrom(dplyr,summarise)
169+
importFrom(dplyr,summarise_at)
170+
importFrom(dplyr,ungroup)
171+
importFrom(dplyr,where)
172+
importFrom(ggplot2,autoplot)
173+
importFrom(ggplot2,scale_fill_gradient)
174+
importFrom(janitor,row_to_names)
9175
importFrom(lifecycle,deprecated)
176+
importFrom(lubridate,NA_Date_)
177+
importFrom(lubridate,as.period)
178+
importFrom(lubridate,days)
179+
importFrom(lubridate,interval)
180+
importFrom(lubridate,time_length)
181+
importFrom(lubridate,weeks)
182+
importFrom(lubridate,years)
183+
importFrom(lubridate,ymd)
10184
importFrom(magrittr,"%>%")
185+
importFrom(mice,complete)
186+
importFrom(mice,mice)
187+
importFrom(parsnip,fit)
188+
importFrom(parsnip,multinom_reg)
189+
importFrom(performance,check_model)
190+
importFrom(performance,compare_performance)
191+
importFrom(performance,test_performance)
192+
importFrom(purrr,assign_in)
193+
importFrom(purrr,discard)
194+
importFrom(purrr,flatten_chr)
195+
importFrom(purrr,keep_at)
196+
importFrom(purrr,map)
197+
importFrom(purrr,map2)
198+
importFrom(purrr,map2_chr)
199+
importFrom(purrr,map2_dbl)
200+
importFrom(purrr,map2_dfr)
201+
importFrom(purrr,map2_int)
202+
importFrom(purrr,map2_vec)
203+
importFrom(purrr,map_chr)
204+
importFrom(purrr,map_dbl)
205+
importFrom(purrr,map_dfc)
206+
importFrom(purrr,map_dfr)
207+
importFrom(purrr,map_int)
208+
importFrom(purrr,map_lgl)
209+
importFrom(purrr,map_vec)
11210
importFrom(purrr,pluck)
211+
importFrom(purrr,reduce)
212+
importFrom(purrr,walk)
213+
importFrom(purrr,walk2)
214+
importFrom(readxl,read_xlsx)
215+
importFrom(ready4,get_from_lup_obj)
216+
importFrom(ready4,procureSlot)
217+
importFrom(ready4show,manufacture.ready4show_correspondences)
218+
importFrom(ready4show,ready4show_correspondences)
219+
importFrom(ready4show,renew.ready4show_correspondences)
220+
importFrom(ready4use,Ready4useDyad)
221+
importFrom(ready4use,add_dictionary)
222+
importFrom(ready4use,ready4use_dictionary)
223+
importFrom(ready4use,renew.ready4use_dictionary)
12224
importFrom(rlang,":=")
13225
importFrom(rlang,.data)
226+
importFrom(rlang,exec)
227+
importFrom(rlang,sym)
228+
importFrom(scales,dollar)
229+
importFrom(scorz,add_adol_chu9d)
230+
importFrom(serious,add_cumulatives)
231+
importFrom(serious,add_episodes)
232+
importFrom(serious,add_new_uid)
233+
importFrom(serious,add_temporal_vars)
234+
importFrom(serious,add_tenure)
235+
importFrom(serious,make_service_summary)
236+
importFrom(serious,make_summary_ds)
237+
importFrom(serious,make_temporal_vars)
238+
importFrom(serious,transform_data_fmt)
239+
importFrom(serious,transform_to_temporal)
240+
importFrom(serious,update_for_price_year)
241+
importFrom(specific,calculate_depnt_var_tfmn)
242+
importFrom(stats,predict)
243+
importFrom(stats,setNames)
244+
importFrom(stringr,str_detect)
245+
importFrom(stringr,str_extract_all)
246+
importFrom(stringr,str_remove)
247+
importFrom(stringr,str_remove_all)
248+
importFrom(stringr,str_replace)
249+
importFrom(stringr,str_replace_all)
250+
importFrom(stringr,str_squish)
251+
importFrom(stringr,str_sub)
252+
importFrom(synthpop,compare)
253+
importFrom(synthpop,syn)
254+
importFrom(tibble,add_case)
255+
importFrom(tibble,as_tibble)
256+
importFrom(tibble,rownames_to_column)
257+
importFrom(tibble,tibble)
258+
importFrom(tibble,tribble)
259+
importFrom(tidyr,all_of)
260+
importFrom(tidyr,any_of)
261+
importFrom(tidyr,fill)
262+
importFrom(tidyr,pivot_longer)
263+
importFrom(tidyr,pivot_wider)
264+
importFrom(tidyselect,all_of)
265+
importFrom(tidyselect,any_of)
266+
importFrom(tsibble,fill_gaps)
267+
importFrom(tune,coord_obs_pred)
268+
importFrom(yardstick,conf_mat)
269+
importFrom(youthu,add_change_in_ds_var)
270+
importFrom(youthu,add_qalys_to_ds)
271+
importFrom(youthu,add_utl_predn)
272+
importFrom(youthu,get_mdl_metadata)
273+
importFrom(youthu,get_mdls_lup)
274+
importFrom(youthu,get_ttu_dv_dss)
275+
importFrom(youthu,make_predn_metadata_ls)
276+
importFrom(youthvars,YouthvarsProfile)
277+
importFrom(youthvars,youthvars_aqol6d_adol)
278+
importFrom(youthvars,youthvars_chu9d_adolaus)
279+
importFrom(youthvars,youthvars_gad7)
280+
importFrom(youthvars,youthvars_k10_aus)
281+
importFrom(youthvars,youthvars_phq9)

0 commit comments

Comments
 (0)