-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
180 lines (179 loc) · 4.16 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Generated by roxygen2: do not edit by hand
S3method(anova,sitar)
S3method(getCovariate,sitar)
S3method(getData,sitar)
S3method(getVarCov,sitar)
S3method(lines,sitar)
S3method(plot,sitar)
S3method(predict,sitar)
S3method(print,sitar)
S3method(print,summary.sitar)
S3method(summary,sitar)
S3method(update,sitar)
export("%>%")
export(AICadj)
export(BICadj)
export(LMS2z)
export(LMSfit)
export(apv_se)
export(bupdate)
export(cLMS)
export(codeplot)
export(dfpower)
export(dfset)
export(diffid)
export(funcall)
export(getDV)
export(getL)
export(getPeak)
export(getPeakTrough)
export(getTakeoff)
export(getTrough)
export(ifun)
export(mplot)
export(n_agegp)
export(ob_convertr)
export(ob_convertr2)
export(optimal_design)
export(pdLMS)
export(plot_D)
export(plot_V)
export(plot_a)
export(plot_c)
export(plot_d)
export(plot_u)
export(plot_v)
export(plotclean)
export(recalib)
export(sitar)
export(subsample)
export(timegap)
export(timegap.id)
export(varexp)
export(velout)
export(xaxsd)
export(xyadj)
export(yaxsd)
export(z2cent)
export(zLMS)
export(zapvelout)
import(nlme)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,c_across)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,nest_by)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_collapse)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_relabel)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(grDevices,xy.coords)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,matplot)
importFrom(graphics,matpoints)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(rsample,analysis)
importFrom(rsample,bootstraps)
importFrom(splines,ns)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,D)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,logLik)
importFrom(stats,mad)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(stats,spline)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,all_of)
importFrom(tidyr,any_of)
importFrom(tidyr,drop_na)
importFrom(tidyr,everything)
importFrom(tidyr,expand_grid)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)