-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.23 KB
/
NAMESPACE
File metadata and controls
50 lines (49 loc) · 1.23 KB
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
# 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,model_fit)
S3method(coefplot,rxGlm)
S3method(coefplot,rxLinMod)
S3method(coefplot,rxLogit)
S3method(coefplot,workflow)
S3method(extract.coef,cv.glmnet)
S3method(extract.coef,default)
S3method(extract.coef,glm)
S3method(extract.coef,glmnet)
S3method(extract.coef,lm)
S3method(extract.coef,maxLik)
S3method(extract.coef,rxGlm)
S3method(extract.coef,rxLinMod)
S3method(extract.coef,rxLogit)
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,"%>%")