-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
36 lines (35 loc) · 818 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
# Generated by roxygen2: do not edit by hand
S3method(print,gsp)
export(compute_apar)
export(compute_aucs)
export(compute_correlations)
export(compute_outliers)
export(compute_slopes)
export(egg_aucs)
export(egg_correlations)
export(egg_model)
export(egg_outliers)
export(egg_slopes)
export(gsp)
export(plot_aucs)
export(plot_egg_aucs)
export(plot_egg_slopes)
export(plot_residuals)
export(plot_slopes)
export(predict_bmi)
export(run_eggla_gwas)
export(run_eggla_lmm)
export(time_model)
import(data.table)
import(ggplot2)
import(nlme)
import(stats)
importFrom(future.apply,future_lapply)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(rlang,hash)
importFrom(stats,as.formula)
importFrom(stats,p.adjust)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,unzip)