-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
43 lines (42 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export("%notin%")
export(VIP)
export(VIPjh)
export(create_data_split)
export(f.coef.valid)
export(f.plot.coef)
export(f.plot.spec)
export(find_optimal_comp_by_groups)
export(find_optimal_components)
export(get_ecosis_data)
export(percent_rmse)
export(pls_permutation)
export(pls_permutation_by_groups)
export(source_GitHubData)
import(ggplot2)
import(httr)
importFrom(dplyr,all_of)
importFrom(dplyr,group_by_at)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,slice)
importFrom(dplyr,vars)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,polygon)
importFrom(magrittr,"%>%")
importFrom(pls,plsr)
importFrom(pls,selectNcomp)
importFrom(readr,read_csv)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,t.test)
importFrom(utils,flush.console)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)