-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
73 lines (72 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(TestROC)
export(agepyramid)
export(agreement)
export(alluvial)
export(benford)
export(checkdata)
export(ciSingle)
export(classification)
export(comparingSurvival)
export(competingsurvival)
export(contTables)
export(contTablesPaired)
export(correlation)
export(crosstable)
export(decision)
export(decision2)
export(decisioncalculator)
export(dendogram)
export(gtsummary)
export(icccoeff)
export(jjbarstats)
export(jjbetweenstats)
export(jjcorrmat)
export(jjdotplotstats)
export(jjhistostats)
export(jjpiestats)
export(jjscatterstats)
export(jjwithinstats)
export(jviolin)
export(kappaSizeCI)
export(kappaSizeFixedN)
export(kappaSizePower)
export(linechart)
export(lollipop)
export(multisurvival)
export(nomogram)
export(oddsratio)
export(oneSurvival)
export(pairchi2)
export(parallelplot)
export(ppv)
export(reportcat)
export(retracted)
export(roc)
export(singlearm)
export(statsplot2)
export(summarydata)
export(survival)
export(survivalcont)
export(tableone)
export(timeinterval)
export(toolssummary)
export(tree)
export(vartree)
export(venn)
import(ggplot2)
import(jmvcore)
import(magrittr)
import(scales)
importFrom(R6,R6Class)
importFrom(dplyr,inner_join)
importFrom(gtExtras,gt_plt_summary)
importFrom(jmvcore,toNumeric)
importFrom(magrittr,"%>%")
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,line)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pairwise.table)
importFrom(utils,data)