-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
79 lines (78 loc) · 2.01 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
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
S3method(coef,LmNN)
S3method(coef,SurvregNN)
S3method(coef,deeptrafo)
S3method(coef,dtEnsemble)
S3method(ensemble,deeptrafo)
S3method(fitted,deeptrafo)
S3method(fitted,dtEnsemble)
S3method(logLik,deeptrafo)
S3method(logLik,dtEnsemble)
S3method(plot,deeptrafo)
S3method(plot,dtEnsemble)
S3method(predict,deeptrafo)
S3method(predict,dtEnsemble)
S3method(print,deeptrafo)
S3method(residuals,deeptrafo)
S3method(simulate,deeptrafo)
S3method(summary,deeptrafo)
export(BoxCoxNN)
export(ColrNN)
export(CoxphNN)
export(LehmanNN)
export(LmNN)
export(PolrNN)
export(SurvregNN)
export(cotramNN)
export(dctm)
export(deeptrafo)
export(ontram)
export(trafo_control)
export(trafoensemble)
export(weighted_logLik)
import(deepregression)
import(keras)
import(tensorflow)
import(tfprobability)
importFrom(Formula,as.Formula)
importFrom(R6,R6Class)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,shift)
importFrom(grDevices,rgb)
importFrom(graphics,matplot)
importFrom(keras,custom_metric)
importFrom(keras,layer_add)
importFrom(keras,layer_concatenate)
importFrom(keras,layer_dense)
importFrom(keras,set_weights)
importFrom(mlt,R)
importFrom(purrr,transpose)
importFrom(reticulate,import_from_path)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,dbeta)
importFrom(stats,drop.terms)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,rmultinom)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,weighted.mean)
importFrom(survival,is.Surv)
importFrom(tensorflow,tf)
importFrom(tfprobability,tfd_gumbel)
importFrom(tfprobability,tfd_log_prob)
importFrom(tfprobability,tfd_logistic)
importFrom(tfprobability,tfd_normal)
importFrom(variables,mkgrid)
importFrom(variables,numeric_var)
importFrom(variables,ordered_var)