-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
43 lines (42 loc) · 1022 Bytes
/
NAMESPACE
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
export(GxE_interaction_RoS)
export(GxE_interaction_test)
export(IMLEGIT)
export(IMLEGIT_cv)
export(IMLEGIT_net)
export(IMLEGIT_to_LEGIT)
export(LEGIT)
export(LEGIT_cv)
export(LEGIT_to_IMLEGIT)
export(best_model)
export(best_model.elastic_net_var_select)
export(bootstrap_var_select)
export(elastic_net_var_select)
export(example_2way)
export(example_3way)
export(example_3way_3latent)
export(example_with_crossover)
export(genetic_var_select)
export(longitudinal_folds)
export(nes_var_select)
export(plot.LEGIT)
export(plot.elastic_net_var_select)
export(predict.IMLEGIT)
export(predict.LEGIT)
export(r1nes_var_select)
export(rGE)
export(rGE.IMLEGIT)
export(rGE.LEGIT)
export(stepwise_search)
export(stepwise_search_IM)
export(summary.IMLEGIT)
export(summary.LEGIT)
export(summary.elastic_net_var_select)
import(doSNOW)
import(foreach)
import(formula.tools)
import(graphics)
import(iterators)
import(snow)
import(stats)
import(utils)