-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(coef,oemfit)
S3method(logLik,cv.oem)
S3method(logLik,oem)
S3method(logLik,xval.oem)
S3method(plot,cv.oem)
S3method(plot,oem)
S3method(plot,oemfit)
S3method(plot,xval.oem)
S3method(predict,cv.oem)
S3method(predict,oem)
S3method(predict,oemfit)
S3method(predict,oemfit_binomial)
S3method(predict,oemfit_gaussian)
S3method(predict,oemfit_xval_binomial)
S3method(predict,oemfit_xval_gaussian)
S3method(predict,xval.oem)
S3method(print,oemfit)
S3method(print,summary.cv.oem)
S3method(summary,cv.oem)
S3method(summary,xval.oem)
export(big.oem)
export(cv.oem)
export(cv.oemfit)
export(oem)
export(oem.xtx)
export(oemfit)
export(xval.oem)
import(Matrix)
import(Rcpp)
import(bigmemory)
import(foreach)
importFrom(bigmemory,is.big.matrix)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(stats,approx)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
useDynLib(oem, .registration=TRUE)