forked from KathyRuggiero/meantable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.23 KB
/
NAMESPACE
File metadata and controls
48 lines (47 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
# Generated by roxygen2: do not edit by hand
export(comparisonNames2df)
export(confintplot)
export(findSmallestMean)
export(getFixedLevelComparisons)
export(getLSDsummary)
export(ggBoxplot)
export(groupCor)
export(groupSummaries)
export(makeComparisonNames)
export(makeLSDlist)
export(makeSummaryTable)
export(means2df)
export(meansLSDplot)
export(meanse)
export(publishSummaryTable)
export(toFactor)
export(whichComparison)
importFrom(Matrix,diag)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(reshape,cast)
importFrom(reshape,melt)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,qt)
importFrom(stats,reformulate)
importFrom(stats,relevel)
importFrom(stats,sd)