forked from harrelfe/Hmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (35 loc) · 931 Bytes
/
NAMESPACE
File metadata and controls
38 lines (35 loc) · 931 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
31
32
33
34
35
36
37
38
exportPattern("^([^.]|\\..+\\.)")
useDynLib(Hmisc)
import(methods)
import(stats)
import(survival)
import(Formula)
import(grid)
import(lattice)
import(ggplot2)
import(proto)
import(scales)
importFrom(acepack, ace, avas)
importFrom(latticeExtra, useOuterStrips, resizePanels)
importFrom(cluster, clara)
importFrom(foreign, read.dta, lookup.xport, read.spss, read.xport)
importFrom(nnet, multinom)
importFrom(rpart, rpart, rpart.control)
# importFrom(tables, tabular, table_options)
# importFrom(ggplot2, geom_segment)
S3method(ggplot, transcan)
S3method(print, spower)
S3method(print, Quantile2)
S3method(plot, Quantile2)
S3method(plot, summaryP)
S3method(plot, summaryS)
S3method(plot, transcan)
S3method(label, default)
S3method(label, data.frame)
S3method('label<-', default)
S3method('label<-', data.frame)
S3method('[', labelled)
S3method(print, labelled)
S3method(label, Surv)
S3method(units, default)
S3method(units, Surv)