forked from JeffreyRacine/R-Package-crs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (44 loc) · 1.13 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
useDynLib(crs, .registration = TRUE)
importFrom("grDevices", "extendrange", "topo.colors", "n2mfrow")
importFrom("graphics", "par", "plot")
importFrom("utils", "flush.console")
import(stats, boot, np, quantreg, rgl)
export(clsd,
crs,
crsiv,
crsivderiv,
crssigtest,
frscv,
frscvNOMAD,
gsl.bs,
krscv,
krscvNOMAD,
npglpreg,
snomadr,
glp.model.matrix,
tensor.prod.model.matrix,
uniquecombs)
S3method(coef, clsd)
S3method(fitted, clsd)
S3method(plot, clsd)
S3method(print, clsd)
S3method(summary, clsd)
S3method(print, sigtest.crs)
S3method(summary, sigtest.crs)
S3method(crs, formula)
S3method(crs, default)
S3method(print, crscv)
S3method(summary, crscv)
S3method(print, crs)
S3method(summary, crs)
S3method(predict, crs)
S3method(plot, crs)
S3method(gsl.bs, default)
S3method(predict, gsl.bs)
S3method(print, snomadr)
S3method(npglpreg, formula)
S3method(npglpreg, default)
S3method(predict, npglpreg)
S3method(print, npglpreg)
S3method(summary, npglpreg)
S3method(plot, npglpreg)