-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
109 lines (108 loc) · 2.5 KB
/
NAMESPACE
File metadata and controls
109 lines (108 loc) · 2.5 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
export(CookDco)
export(DI)
export(Fisher_r2z)
export(Fisher_z2r)
export(InfCases)
export(PlotCookD)
export(PlotHat)
export(R2Dev)
export(all_classes)
export(brier)
export(ci.rp)
export(ci.rpc)
export(convertp)
export(cvv_missingness)
export(dc_summary)
export(display_num)
export(extract_glm)
export(file_details)
export(find_tor_probs)
export(geen)
export(geep)
export(git_report)
export(hatco)
export(invlogit)
export(lrcm)
export(move_file)
export(p2bfb)
export(p2odds)
export(p2or)
export(p2pp)
export(p2s)
export(pseudoR2)
export(r.p)
export(r.pc)
export(r.ps)
export(rxx.NL)
export(sim_2arm_prepost)
export(tag_um)
export(var_missingness)
export(vif_gee_crt)
export(which_latex)
importFrom(MBESS,cor2cov)
importFrom(PropCIs,scoreci)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.number)
importFrom(assertthat,is.scalar)
importFrom(assertthat,is.string)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,case_when)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fs,file_size)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(git2r,in_repository)
importFrom(git2r,repository)
importFrom(git2r,status)
importFrom(haven,labelled_spss)
importFrom(haven,tagged_na)
importFrom(here,here)
importFrom(mvtnorm,rmvnorm)
importFrom(pROC,ci.coords)
importFrom(pROC,coords)
importFrom(pbivnorm,pbivnorm)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(stats,complete.cases)
importFrom(stats,cooks.distance)
importFrom(stats,cor)
importFrom(stats,fitted)
importFrom(stats,hatvalues)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,resid)
importFrom(stats,rstandard)
importFrom(texreg,createTexreg)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,all_of)
importFrom(tinytex,is_tinytex)
importFrom(tinytex,tlmgr)
importFrom(tinytex,tlmgr_version)
importFrom(utils,installed.packages)
importFrom(xfun,raw_string)