forked from pnnl/glmnetLRC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1013 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(coef,glmnetLRC)
S3method(extract,glmnetLRC)
S3method(missingpreds,glmnetLRC)
S3method(permuteTest,glmnetLRC)
S3method(plot,LRCpred)
S3method(plot,glmnetLRC)
S3method(plot,permuteTest)
S3method(predict,glmnetLRC)
S3method(print,glmnetLRC)
S3method(print,lossMat)
S3method(print,permuteTest)
S3method(print,summaryLRCpred)
S3method(summary,LRCpred)
export(calcLoss)
export(extract)
export(glmnetLRC)
export(lossMatrix)
export(missingpreds)
export(permuteTest)
importFrom(glmnet,predict.lognet)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,pbeta)
importFrom(stats,predict)
importFrom(stats,qbeta)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)