-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(confint,medoutcon)
S3method(print,medoutcon)
S3method(summary,medoutcon)
export(medoutcon)
importFrom(assertthat,assert_that)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,set)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(glm2,glm2)
importFrom(origami,cross_validate)
importFrom(origami,fold_index)
importFrom(origami,folds_vfold)
importFrom(origami,make_folds)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(scales,percent)
importFrom(sl3,Lrnr_glm_fast)
importFrom(sl3,Lrnr_hal9001)
importFrom(sl3,Lrnr_mean)
importFrom(sl3,sl3_Task)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(zeallot,"%<-%")