-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
108 lines (107 loc) · 2.75 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
export(get_variables_table)
export(impute_amelia)
export(impute_areg)
export(impute_bayesmetab)
export(impute_bcv_svd)
export(impute_bpca)
export(impute_cm)
export(impute_corknn)
export(impute_eucknn)
export(impute_gsimp)
export(impute_halfmin)
export(impute_imputation_knn)
export(impute_knn)
export(impute_mai)
export(impute_mean)
export(impute_median)
export(impute_metabimpute_bpca)
export(impute_metabimpute_gsimp)
export(impute_metabimpute_halfmin)
export(impute_metabimpute_mean)
export(impute_metabimpute_median)
export(impute_metabimpute_min)
export(impute_metabimpute_qrilc)
export(impute_metabimpute_rf)
export(impute_metabimpute_zero)
export(impute_mice_cart)
export(impute_mice_mixed)
export(impute_mice_pmm)
export(impute_mice_rf)
export(impute_min)
export(impute_missforest)
export(impute_missmda_em)
export(impute_mnmf)
export(impute_nipals)
export(impute_pemm)
export(impute_ppca)
export(impute_qrilc)
export(impute_random)
export(impute_regimpute)
export(impute_softimpute)
export(impute_svd)
export(impute_tknn)
export(impute_vim_knn)
export(impute_zero)
export(imputomics_gui)
export(insert_MAR)
export(insert_MCAR)
export(insert_MNAR)
export(list_imputations)
export(plot_mv_heatmap)
export(plot_mv_segment)
export(plot_points_density)
export(simulate_miss_value)
import(dplyr)
import(ggplot2)
import(patchwork)
importFrom(Amelia,amelia)
importFrom(DreamAI,DreamAI)
importFrom(GMSimpute,GMS.Lasso)
importFrom(Hmisc,aregImpute)
importFrom(Hmisc,impute.transcan)
importFrom(MAI,MAI)
importFrom(MetabImpute,Impute)
importFrom(MetabImpute,imputeMulti)
importFrom(NMF,nmf)
importFrom(NMF,nmf.getOption)
importFrom(PEMM,PEMM_fun)
importFrom(R.utils,withTimeout)
importFrom(Rdpack,reprompt)
importFrom(SimDesign,rmvnorm)
importFrom(VIM,kNN)
importFrom(bcv,impute.svd)
importFrom(checkmate,testDataFrame)
importFrom(checkmate,testNumeric)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(graphics,par)
importFrom(imputation,kNNImpute)
importFrom(impute,impute.knn)
importFrom(imputeLCMD,impute.QRILC)
importFrom(methods,getFunction)
importFrom(mice,ampute)
importFrom(mice,mice)
importFrom(mice,quickpred)
importFrom(missForest,missForest)
importFrom(missForest,nrmse)
importFrom(pcaMethods,completeObs)
importFrom(pcaMethods,pca)
importFrom(shiny,runApp)
importFrom(softImpute,softImpute)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,df)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tidyr,gather)
importFrom(tools,package_dependencies)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,available.packages)
importFrom(utils,capture.output)