File: NAMESPACE

package info (click to toggle)
vr 7.2.29-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,304 kB
  • ctags: 188
  • sloc: ansic: 2,482; sh: 22; makefile: 7
file content (39 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (5)
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
useDynLib(nnet, .registration = TRUE)

export(class.ind, multinom, nnet, nnetHess, which.is.max)

# match.call problem
export(nnet.default, nnet.formula)

importFrom(stats, add1)
importFrom(stats, anova)
importFrom(stats, coef)
importFrom(stats, drop1)
importFrom(stats, extractAIC)
importFrom(stats, model.frame)
importFrom(stats, predict)
importFrom(stats, vcov)

S3method(add1, multinom)
S3method(anova, multinom)
S3method(coef, multinom)
S3method(confint, multinom)
S3method(drop1, multinom)
S3method(extractAIC, multinom)
S3method(logLik, multinom)
S3method(model.frame, multinom)
S3method(predict, multinom)
S3method(print, multinom)
S3method(print, summary.multinom)
S3method(summary, multinom)
S3method(vcov, multinom)

S3method(coef, nnet)
S3method(predict, nnet)
S3method(print, nnet)
S3method(print, summary.nnet)
# S3method(residuals, nnet)
S3method(summary, nnet)

S3method(nnet, default)
S3method(nnet, formula)