-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 799 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 799 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(predict,dlim)
S3method(predict,sim_dlim)
S3method(print,dlim)
S3method(summary,dlim)
export(cross_basis)
export(dlim)
export(model_comparison)
export(plot_DLF)
export(plot_cumulative)
export(sim_data)
export(sim_dlf)
export(sim_dlim)
import(dlnm)
import(ggplot2)
import(mgcv)
import(reshape2)
import(splines)
import(tsModel)
import(viridis)
importFrom(lifecycle,deprecate_warn)
importFrom(rlang,.data)
importFrom(stats,dnorm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,vcov)
importFrom(utils,packageDescription)