-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 1.04 KB
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
useDynLib(brnn, .registration=TRUE)
import(Formula)
import(truncnorm)
importFrom("stats", ".checkMFClasses", "delete.response",
".getXlevels", "model.frame", "model.matrix",
"model.response", "na.omit", "runif", "terms",
"pnorm", "qnorm")
export(brnn,brnn_extended,brnn_ordinal,normalize, un_normalize, initnw, estimate.trace,
print.brnn,summary.brnn, predict.brnn, coef.brnn,
print.brnn_extended,summary.brnn_extended,predict.brnn_extended,coef.brnn_extended,
print.brnn_ordinal,summary.brnn_ordinal,predict.brnn_ordinal)
S3method(print, brnn)
S3method(print, brnn_extended)
S3method(summary, brnn)
S3method(summary, brnn_extended)
S3method(predict, brnn)
S3method(predict, brnn_extended)
S3method(coef, brnn)
S3method(coef, brnn_extended)
S3method(brnn, default)
S3method(brnn, formula)
S3method(brnn_ordinal, formula)
S3method(brnn_ordinal, default)
S3method(brnn_extended, default)
S3method(brnn_extended, formula)
S3method(predict, brnn_ordinal)
S3method(print, brnn_ordinal)
S3method(summary, brnn_ordinal)