forked from juba/questionr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
84 lines (83 loc) · 1.78 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
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(clipcopy,default)
S3method(clipcopy,proptab)
S3method(copie,default)
S3method(copie,proptab)
S3method(cprop,data.frame)
S3method(cprop,matrix)
S3method(cprop,table)
S3method(cprop,tabyl)
S3method(describe,character)
S3method(describe,data.frame)
S3method(describe,default)
S3method(describe,factor)
S3method(describe,haven_labelled)
S3method(describe,numeric)
S3method(format,proptab)
S3method(odds.ratio,factor)
S3method(odds.ratio,glm)
S3method(odds.ratio,matrix)
S3method(odds.ratio,multinom)
S3method(odds.ratio,numeric)
S3method(odds.ratio,table)
S3method(print,description)
S3method(print,odds.ratio)
S3method(print,proptab)
S3method(prop,data.frame)
S3method(prop,matrix)
S3method(prop,tabyl)
S3method(rprop,data.frame)
S3method(rprop,matrix)
S3method(rprop,table)
S3method(rprop,tabyl)
export(addNAstr)
export(chisq.residuals)
export(clipcopy)
export(copie)
export(cprop)
export(cramer.v)
export(cross.multi.table)
export(describe)
export(duplicated2)
export(freq)
export(freq.na)
export(ggsurvey)
export(icut)
export(iorder)
export(irec)
export(look_for)
export(lookfor)
export(lprop)
export(ltabs)
export(multi.split)
export(multi.table)
export(na.rm)
export(odds.ratio)
export(prop)
export(prop_table)
export(qload)
export(qscan)
export(quant.cut)
export(recode.na)
export(rename.variable)
export(renomme.variable)
export(residus)
export(rm.unused.levels)
export(rprop)
export(tabs)
export(wtd.mean)
export(wtd.table)
export(wtd.var)
import(miniUI)
import(rstudioapi)
import(shiny)
importFrom(highr,hi_html)
importFrom(htmltools,htmlEscape)
importFrom(labelled,look_for)
importFrom(labelled,lookfor)
importFrom(stats,as.formula)
importFrom(stats,fisher.test)
importFrom(stats,terms)
importFrom(stats,weights)
importFrom(stats,xtabs)
importFrom(utils,head)