forked from growthcharts/brokenstick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,brokenstick)
S3method(plot,brokenstick)
S3method(plot,brokenstick_export)
S3method(predict,brokenstick)
S3method(predict,brokenstick_export)
export(EB)
export(brokenstick)
export(export)
export(get_X)
export(get_knots)
export(get_label)
export(get_pev)
export(get_xy)
export(make_basis)
export(plot_trajectory)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(lme4,VarCorr)
importFrom(lme4,fixef)
importFrom(lme4,lmer)
importFrom(lme4,lmerControl)
importFrom(lme4,ranef)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(rbokeh,"%>%")
importFrom(rbokeh,figure)
importFrom(rbokeh,grid_plot)
importFrom(rbokeh,ly_lines)
importFrom(rbokeh,ly_points)
importFrom(rbokeh,x_range)
importFrom(rbokeh,y_range)
importFrom(splines,bs)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,fitted)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,var)