-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
S3method(print,cpop)
export(boxplot_tbl)
export(calcIdenDist)
export(coef_repeat)
export(colmeans_penalty)
export(cpop1)
export(cpop1_iterate)
export(cpop2_mag)
export(cpop2_sign)
export(cpop3)
export(cpop_model)
export(expit)
export(get_lasso_coef)
export(identityDist)
export(identity_dist)
export(identity_dist_matrix)
export(impute_cpop)
export(ks_penalty)
export(logit)
export(lratio_to_network)
export(naive_glmnet)
export(p_transform)
export(pairwise_col_diff)
export(panel_cor)
export(panel_idenDist)
export(panel_scatter_abhvline)
export(panel_scatter_abline)
export(panel_scatter_abline_smallDots)
export(panel_scatter_smallDots_abhvline)
export(plot_cpop)
export(plot_lratio_network)
export(predict_cpop)
export(predict_naive_glmnet)
export(prep_cpop)
export(tstat_penalty)
import(dplyr)
import(ggplot2)
import(ggraph)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(forcats,as_factor)
importFrom(forcats,fct_reorder)
importFrom(genefilter,colttests)
importFrom(glmnet,coef.glmnet)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,predict.glmnet)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,mst)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(proxy,dist)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate)