-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 850 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 850 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
28
29
30
31
32
33
# Generated by roxygen2: do not edit by hand
S3method(print,reprostat)
export(coef_stability)
export(cv_ranking_stability)
export(perturb_data)
export(plot_cv_stability)
export(plot_cv_stability_gg)
export(plot_stability)
export(plot_stability_gg)
export(prediction_stability)
export(pvalue_stability)
export(reproducibility_index)
export(ri_confidence_interval)
export(run_diagnostics)
export(selection_stability)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)