-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
41 lines (40 loc) · 993 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
41
# Generated by roxygen2: do not edit by hand
S3method(buildModelCI,default)
S3method(coefpath,cv.glmnet)
S3method(coefpath,glmnet)
S3method(coefplot,data.frame)
S3method(coefplot,default)
S3method(coefplot,glm)
S3method(coefplot,lm)
S3method(coefplot,rxGlm)
S3method(coefplot,rxLinMod)
S3method(coefplot,rxLogit)
S3method(extract.coef,cv.glmnet)
S3method(extract.coef,maxLik)
S3method(extract.coef,xgb.Booster)
S3method(extractPath,cv.glmnet)
S3method(extractPath,glmnet)
export(buildModelCI)
export(buildModelCI.default)
export(buildPlottingPloty.default)
export(coefpath)
export(coefplot)
export(coefplot.data.frame)
export(coefplot.default)
export(coefplot.glm)
export(coefplot.lm)
export(coefplot.rxGlm)
export(coefplot.rxLinMod)
export(coefplot.rxLogit)
export(extract.coef)
export(extract.coef.maxLik)
export(extractPath)
export(invlogit)
export(multiplot)
export(plotcoef)
export(position_dodgev)
import(ggplot2)
import(plyr)
import(reshape2)
import(useful)
importFrom(magrittr,"%>%")