-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
154 lines (153 loc) · 4.41 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
# Generated by roxygen2: do not edit by hand
S3method(as.clv.data,data.frame)
S3method(as.clv.data,data.table)
S3method(as.data.frame,clv.data)
S3method(as.data.table,clv.data)
S3method(coef,clv.fitted)
S3method(coef,clv.fitted.transactions.static.cov)
S3method(coef,summary.clv.fitted)
S3method(confint,clv.fitted)
S3method(fitted,clv.fitted)
S3method(lmtest::lrtest,clv.fitted)
S3method(logLik,clv.fitted)
S3method(nobs,clv.data)
S3method(nobs,clv.fitted)
S3method(plot,clv.data)
S3method(plot,clv.fitted.spending)
S3method(plot,clv.fitted.transactions)
S3method(predict,clv.fitted.spending)
S3method(predict,clv.fitted.transactions)
S3method(print,clv.data)
S3method(print,clv.data.dynamic.covariates)
S3method(print,clv.data.static.covariates)
S3method(print,clv.fitted)
S3method(print,clv.fitted.transactions.static.cov)
S3method(print,clv.time)
S3method(print,summary.clv.data)
S3method(print,summary.clv.data.dynamic.covariates)
S3method(print,summary.clv.data.static.covariates)
S3method(print,summary.clv.fitted)
S3method(print,summary.clv.time)
S3method(subset,clv.data)
S3method(summary,clv.data)
S3method(summary,clv.data.dynamic.covariates)
S3method(summary,clv.data.static.covariates)
S3method(summary,clv.fitted)
S3method(summary,clv.fitted.transactions.static.cov)
S3method(summary,clv.time)
S3method(vcov,clv.fitted)
S3method(vcov,summary.clv.fitted)
export(SetDynamicCovariates)
export(SetStaticCovariates)
export(as.clv.data)
export(clv.bootstrapped.apply)
export(clvdata)
export(latentAttrition)
export(newcustomer)
export(newcustomer.dynamic)
export(newcustomer.spending)
export(newcustomer.static)
export(spending)
exportMethods(bgbb)
exportMethods(bgnbd)
exportMethods(gg)
exportMethods(ggomnbd)
exportMethods(lrtest)
exportMethods(plot)
exportMethods(pmf)
exportMethods(pnbd)
exportMethods(predict)
exportMethods(show)
import(data.table)
import(optimx)
importFrom(Formula,as.Formula)
importFrom(Formula,is.Formula)
importFrom(MASS,ginv)
importFrom(Matrix,nearPD)
importFrom(Rcpp,evalCpp)
importFrom(digest,digest)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(graphics,plot)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,floor_date)
importFrom(lubridate,force_tz)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,period)
importFrom(lubridate,seconds)
importFrom(lubridate,time_length)
importFrom(lubridate,tz)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,extends)
importFrom(methods,formalArgs)
importFrom(methods,getMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,show)
importFrom(methods,signature)
importFrom(methods,slot)
importFrom(numDeriv,hessian)
importFrom(optimx,"coef<-")
importFrom(optimx,optimx)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,integrate)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(utils,getFromNamespace)
importFrom(utils,modifyList)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(CLVTools, .registration=TRUE)