-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
81 lines (80 loc) · 1.9 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
# Generated by roxygen2: do not edit by hand
export(ABMToCova)
export(addemp)
export(addind)
export(addnetwork)
export(addschool)
export(agedis)
export(createemp)
export(diffsample)
export(fastmatch)
export(fixhours)
export(fixrelations)
export(interdiff)
export(other)
export(otherNum)
export(pairbeta4)
export(pairbeta4Num)
export(pairmult)
export(pairmultNum)
export(pairnorm)
export(pairnormNum)
importFrom(PearsonDS,ppearsonI)
importFrom(PearsonDS,qpearsonI)
importFrom(PearsonDS,rpearsonI)
importFrom(data.table,":=")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(graphics,hist)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(sn,dsn)
importFrom(sn,psn)
importFrom(sn,qsn)
importFrom(sn,rsn)
importFrom(stats,dnorm)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tidyr,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,where)
importFrom(utils,head)
importFrom(utils,tail)