forked from dicook/nullabor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (61 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(bin_dist)
export(box_dist)
export(calc_diff)
export(calc_mean_dist)
export(decrypt)
export(distmet)
export(distplot)
export(lineup)
export(null_dist)
export(null_lm)
export(null_permute)
export(null_ts)
export(opt_bin_diff)
export(pvisual)
export(reg_dist)
export(resid_boot)
export(resid_pboot)
export(resid_rotate)
export(resid_sigma)
export(rorschach)
export(sep_dist)
export(uni_dist)
export(visual_power)
import(fpc)
import(moments)
importFrom(MASS,fitdistr)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(purrr,rerun)
importFrom(stats,as.ts)
importFrom(stats,coef)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,pbinom)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,resid)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,update)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)