-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method("+",formula_hal9001)
S3method(predict,SL.hal9001)
S3method(predict,hal9001)
S3method(print,formula_hal9001)
S3method(print,summary.hal9001)
S3method(summary,hal9001)
export(SL.hal9001)
export(apply_copy_map)
export(enumerate_basis)
export(fit_hal)
export(formula_hal)
export(h)
export(make_copy_map)
export(make_design_matrix)
export(make_reduced_basis_map)
export(squash_hal_fit)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(data.table,`:=`)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setorder)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(methods,is)
importFrom(origami,folds2foldvec)
importFrom(origami,make_folds)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(utils,combn)
importFrom(utils,data)
useDynLib(hal9001)