forked from gforge/Gmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.07 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 (4.1.0): do not edit by hand
S3method(htmlTable,descMrg)
S3method(knit_print,descMrg)
S3method(latex,descMrg)
S3method(print,descMrg)
export(bezierArrowGradient)
export(bezierArrowSmpl)
export(copyAllNewAttributes)
export(describeFactors)
export(describeMean)
export(describeMedian)
export(describeProp)
export(fastDoCall)
export(figCapNo)
export(figCapNoLast)
export(figCapNoNext)
export(forestplot2)
export(getDescriptionStatsBy)
export(getPvalAnova)
export(getPvalChiSq)
export(getPvalFisher)
export(getPvalKruskal)
export(getPvalWilcox)
export(getSvdMostInfluential)
export(gnrlBezierPoints)
export(insertRowAndKeepAttr)
export(mergeDesc)
export(mergeLists)
export(transitionPlot)
exportClasses(Transition)
import(abind)
import(forestplot)
import(grid)
import(htmlTable)
import(lattice)
import(magrittr)
importFrom(Hmisc,"label<-")
importFrom(Hmisc,capitalize)
importFrom(Hmisc,label)
importFrom(Hmisc,latex)
importFrom(Hmisc,units)
importFrom(Rcpp,evalCpp)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(methods,setRefClass)
useDynLib(Gmisc)