-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.24 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,fitgam)
S3method(as.data.frame,reduce)
S3method(as.data.frame,riskfactor)
S3method(as.vector,bootstrap_rmse)
S3method(as.vector,constructtariffclasses)
S3method(autoplot,bootstrap_rmse)
S3method(autoplot,check_residuals)
S3method(autoplot,constructtariffclasses)
S3method(autoplot,fitgam)
S3method(autoplot,restricted)
S3method(autoplot,riskfactor)
S3method(autoplot,smooth)
S3method(autoplot,truncated_dist)
S3method(autoplot,univariate)
S3method(print,bootstrap_rmse)
S3method(print,check_residuals)
S3method(print,constructtariffclasses)
S3method(print,fitgam)
S3method(print,model_performance)
S3method(print,overdispersion)
S3method(print,reduce)
S3method(print,restricted)
S3method(print,riskfactor)
S3method(print,smooth)
S3method(summary,reduce)
export(add_prediction)
export(autoplot)
export(biggest_reference)
export(bootstrap_rmse)
export(check_overdispersion)
export(check_residuals)
export(construct_model_points)
export(construct_tariff_classes)
export(fisher)
export(fit_gam)
export(fit_truncated_dist)
export(histbin)
export(model_data)
export(model_performance)
export(period_to_months)
export(rating_factors)
export(reduce)
export(refit_glm)
export(restrict_coef)
export(rgammat)
export(rlnormt)
export(rmse)
export(rows_per_date)
export(smooth_coef)
export(univariate)
export(update_glm)
import(data.table)
import(evtree)
import(ggplot2)
import(patchwork)
importFrom(DHARMa,simulateResiduals)
importFrom(ciTools,add_ci)
importFrom(classInt,classIntervals)
importFrom(colorspace,darken)
importFrom(colorspace,lighten)
importFrom(data.table,data.table)
importFrom(data.table,foverlaps)
importFrom(data.table,melt)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(fitdistrplus,fitdist)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,ggplot_build)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,plot)
importFrom(insight,export_table)
importFrom(lubridate,"%m+%")
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,is.Date)
importFrom(lubridate,weeks)
importFrom(mgcv,gam)
importFrom(mgcv,predict.gam)
importFrom(patchwork,wrap_plots)
importFrom(scales,ordinal)
importFrom(scam,scam)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,df.residual)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qgamma)
importFrom(stats,qlnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,terms.formula)
importFrom(stats,update)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
importFrom(utils,stack)