-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 750 Bytes
/
Copy pathNAMESPACE
File metadata and controls
29 lines (28 loc) · 750 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,CorrCombo)
S3method(print,CorrCombo)
S3method(print,summary.CorrCombo)
S3method(summary,CorrCombo)
export(CorrCombo)
export(MatSelect)
export(assocSelect)
export(corrPrune)
export(corrSelect)
export(corrSubset)
export(modelPrune)
importFrom(Rcpp,sourceCpp)
importFrom(S7,class_character)
importFrom(S7,class_double)
importFrom(S7,class_integer)
importFrom(S7,class_list)
importFrom(S7,new_class)
importFrom(S7,new_property)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
useDynLib(corrselect, .registration = TRUE)