-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
54 lines (53 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(Block)
export(autoGLM)
export(cgpaths)
export(conditionalCenter)
export(cpp_rGibbsHurdle)
export(fitHurdle)
export(getConditionalMLE)
export(getGibbs)
export(ggally_hmosaic)
export(ggally_hurdle)
export(hn_plot)
export(hushWarning)
export(interpolateEdges)
export(makeModel)
export(neighborhoodToArray)
export(print.HurdleNormalFit)
export(promoteWarning)
export(rCondHurdle210)
export(rGibbsHurdle)
export(setupStabilityIndex)
export(sparseCbind)
export(stability)
import(Matrix)
import(Rcpp)
import(data.table)
import(stringr)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,quo_name)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(graphics,plot)
importFrom(methods,new)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,cor.test)
importFrom(stats,glm.fit)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,file_test)
useDynLib(HurdleNormal)