-
Notifications
You must be signed in to change notification settings - Fork 53
/
NAMESPACE
47 lines (46 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(effects::Effect, fit_model)
S3method(print,make_data)
S3method(print,make_model)
export(Build_TMB_Fn)
export(Data_Fn)
export(Effect.fit_model)
export(Param_Fn)
export(Plot_Overdispersion)
export(Plot_factors)
export(Summarize_Covariance)
export(apply_epsilon)
export(check_fit)
export(make_data)
export(make_map)
export(make_model)
export(make_parameters)
export(project_model)
export(reload_model)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,gaussian)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,poisson)
importFrom(stats,qlogis)
importFrom(stats,rnorm)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)