This repository has been archived by the owner on May 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(coef,scam)
S3method(confint,fderiv)
S3method(confint,gam)
S3method(confint,gamm)
S3method(datagen,gam)
S3method(datagen,gamm)
S3method(datagen,mgcv.smooth)
S3method(draw,evaluated_1d_smooth)
S3method(draw,evaluated_2d_smooth)
S3method(draw,evaluated_re_smooth)
S3method(draw,gam)
S3method(evaluate_smooth,gam)
S3method(evaluate_smooth,gamm)
S3method(fderiv,gam)
S3method(fderiv,gamm)
S3method(simulate,gam)
S3method(simulate,gamm)
S3method(simulate,scam)
S3method(smooth_dim,gam)
S3method(smooth_dim,gamm)
S3method(smooth_dim,mgcv.smooth)
S3method(vcov,scam)
export(by_level)
export(by_variable)
export(datagen)
export(draw)
export(evaluate_smooth)
export(fderiv)
export(fix_offset)
export(is_by_smooth)
export(is_continuous_by_smooth)
export(is_factor_by_smooth)
export(is_offset)
export(smooth_dim)
importFrom(MASS,mvrnorm)
importFrom(cowplot,plot_grid)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,lims)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,theme)
importFrom(grid,unit)
importFrom(mgcv,PredictMat)
importFrom(mgcv,exclude.too.far)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,family)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,vcov)