-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 800 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by roxygen2: do not edit by hand
export(compare_models)
export(create_criteria_table)
export(create_group_comparison_tables)
export(create_model_weights_tables)
export(create_pooled_group_comparison_tables)
export(feature_importance)
export(feature_importance_all)
export(fit_bait_binary)
export(fit_bait_multinomial)
export(fit_pooled_interaction_binary)
export(fit_pooled_interaction_multinomial)
export(fit_pooled_models)
export(load_responses)
export(maximum_utility_contribution)
export(plot_group_comparison)
export(plot_pooled_group_comparison)
export(plot_relative_importance)
export(predict)
export(run_linearity_tests)
export(standardized_coefficients)
export(wald_interaction)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,filter)
importFrom(utils,tail)