-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathNAMESPACE
37 lines (36 loc) · 826 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
# Generated by roxygen2: do not edit by hand
S3method(AUC,cv.ncvsurv)
S3method(coef,cv.ncvreg)
S3method(coef,ncvreg)
S3method(logLik,ncvreg)
S3method(logLik,ncvsurv)
S3method(permres,ncvreg)
S3method(plot,cv.ncvreg)
S3method(plot,mfdr)
S3method(plot,ncvreg)
S3method(plot,ncvsurv.func)
S3method(predict,cv.ncvreg)
S3method(predict,cv.ncvsurv)
S3method(predict,ncvreg)
S3method(predict,ncvsurv)
S3method(print,summary.cv.ncvreg)
S3method(print,summary.ncvreg)
S3method(residuals,ncvreg)
S3method(summary,cv.ncvreg)
S3method(summary,ncvreg)
export(AUC)
export(assign_fold)
export(boot_ncvreg)
export(cv.ncvreg)
export(cv.ncvsurv)
export(local_mfdr)
export(mfdr)
export(ncvfit)
export(ncvreg)
export(ncvsurv)
export(perm.ncvreg)
export(permres)
export(std)
import(graphics)
import(stats)
useDynLib(ncvreg, .registration = TRUE)