forked from jaredlander/coefplot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 693 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 693 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(buildModelCI,default)
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,maxLik)
export(buildModelCI)
export(buildModelCI.default)
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(multiplot)
export(plotcoef)
export(position_dodgev)
import(ggplot2)
import(plyr)
import(reshape2)
import(useful)