forked from nanxstats/msaenet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method(coef,msaenet)
S3method(plot,msaenet)
S3method(predict,msaenet)
S3method(print,msaenet)
export(aenet)
export(amnet)
export(asnet)
export(msaenet)
export(msaenet.fn)
export(msaenet.fp)
export(msaenet.mae)
export(msaenet.mse)
export(msaenet.nzv)
export(msaenet.nzv.all)
export(msaenet.rmse)
export(msaenet.rmsle)
export(msaenet.sim.binomial)
export(msaenet.sim.cox)
export(msaenet.sim.gaussian)
export(msaenet.sim.poisson)
export(msaenet.tp)
export(msamnet)
export(msasnet)
importFrom(Matrix,Matrix)
importFrom(foreach,"%:%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(mvtnorm,rmvnorm)
importFrom(ncvreg,cv.ncvreg)
importFrom(ncvreg,cv.ncvsurv)
importFrom(ncvreg,ncvreg)
importFrom(ncvreg,ncvsurv)
importFrom(stats,coef)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(survival,Surv)
importFrom(utils,capture.output)