-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
47 lines (46 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(coef,ridgeLinear)
S3method(coef,ridgeLogistic)
S3method(nobs,ridgeLinear)
S3method(plot,pvalsRidgeLinear)
S3method(plot,pvalsRidgeLogistic)
S3method(plot,ridgeLinear)
S3method(plot,ridgeLogistic)
S3method(predict,ridgeLinear)
S3method(predict,ridgeLogistic)
S3method(print,pvalsRidgeLinear)
S3method(print,pvalsRidgeLogistic)
S3method(print,ridgeLinear)
S3method(print,ridgeLogistic)
S3method(print,summary.ridgeLinear)
S3method(print,summary.ridgeLogistic)
S3method(pvals,ridgeLinear)
S3method(pvals,ridgeLogistic)
S3method(summary,ridgeLinear)
S3method(summary,ridgeLogistic)
S3method(vcov,ridgeLinear)
export(linearRidge)
export(linearRidgeGenotypes)
export(linearRidgeGenotypesPredict)
export(logisticRidge)
export(logisticRidgeGenotypes)
export(pvals)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,coef)
importFrom(stats,delete.response)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,terms)
importFrom(utils,read.table)
useDynLib(ridge, .registration=TRUE)