-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·69 lines (68 loc) · 1.56 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
export(append_prefix_to_colnames)
export(append_suffix_to_colnames)
export(calculate_sdt)
export(check_contrast_orthogonality)
export(check_in_paths)
export(check_out_paths)
export(compare_all_models)
export(compare_models)
export(cor_long)
export(cor_plot)
export(cv_kfold_split_file)
export(error_msg)
export(flatten_dimension)
export(flatten_dimension_all)
export(get_lm_multicollinearity)
export(info_msg)
export(initialize_optparse)
export(initialize_parallel_computing)
export(mkdir_if_dne)
export(model)
export(model_categorical_all)
export(model_categorical_elastic_net)
export(model_categorical_glm)
export(model_categorical_lasso)
export(model_categorical_ridge)
export(model_categorical_svm)
export(model_continuous_elastic_net)
export(model_continuous_lasso)
export(model_continuous_ridge)
export(model_continuous_svm_linear)
export(nice_table)
export(nice_table_html)
export(nice_table_html_short)
export(pmcid2pdf)
export(pmid2abstract)
export(pmid2bibtex)
export(pmid2doi)
export(pmid2pmcid)
export(print_footer)
export(print_header)
export(r_sq_to_adj_r_sq)
export(rename_colnames)
export(stop_if_dne)
export(stop_if_e)
export(tidy_colnames)
export(tryCatch2)
export(warning_msg)
import(broom)
import(doParallel)
import(dplyr)
import(e1071)
import(foreach)
import(furrr)
import(future)
import(ggplot2)
import(glmnet)
import(kableExtra)
import(nnet)
import(purrr)
import(stringr)
import(tibble)
import(tidyr)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(glue,glue)
importFrom(tibble,tibble)
importFrom(xfun,pkg_attach)