-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
124 lines (123 loc) · 3.11 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(addBootSampleObject,renewal)
S3method(chiSq_gof,glm)
S3method(chiSq_gof,negbin)
S3method(chiSq_gof,renewal)
S3method(chiSq_pearson,glm)
S3method(chiSq_pearson,renewal)
S3method(coef,renewal)
S3method(confint,renewal)
S3method(df.residual,renewal)
S3method(extractAIC,renewal)
S3method(fitted,renewal)
S3method(logLik,renewal)
S3method(model.matrix,renewal)
S3method(nobs,renewal)
S3method(predict,renewal)
S3method(print,renewal)
S3method(print,summary.renewal)
S3method(prob_predict,glm)
S3method(renewalCoef,default)
S3method(renewalCoef,glm)
S3method(renewalCoef,renewalCoefList)
S3method(renewalNames,character)
S3method(renewalNames,default)
S3method(renewalNames,formula)
S3method(residuals,renewal)
S3method(residuals_plot,renewal)
S3method(se.coef,renewal)
S3method(summary,renewal)
S3method(vcov,renewal)
export(CountrFormula)
export(addBootSampleObject)
export(chiSq_gof)
export(chiSq_pearson)
export(compareToGLM)
export(count_table)
export(dCount_conv_bi)
export(dCount_conv_loglik_bi)
export(dCount_conv_loglik_user)
export(dCount_conv_user)
export(dWeibullCount)
export(dWeibullCount_loglik)
export(dWeibullgammaCount)
export(dWeibullgammaCount_loglik)
export(dmodifiedCount_bi)
export(evCount_conv_bi)
export(evCount_conv_user)
export(evWeibullCount)
export(evWeibullgammaCount)
export(frequency_plot)
export(getParNames)
export(prob_predict)
export(renewal)
export(renewal.control)
export(renewal.convPars)
export(renewal.seriesPars)
export(renewal.weiMethod)
export(renewalCoef)
export(renewalCoefList)
export(renewalCount)
export(renewalNames)
export(residuals_plot)
export(se.coef)
export(surv)
import(Formula)
import(Matrix)
import(Rcpp)
import(flexsurv)
import(optimx)
importFrom(MASS,ginv)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rdpack,reprompt)
importFrom(VGAM,cauchit)
importFrom(VGAM,cloglog)
importFrom(VGAM,logit)
importFrom(VGAM,probit)
importFrom(boot,boot)
importFrom(car,Boot)
importFrom(dplyr,contains)
importFrom(dplyr,groups)
importFrom(dplyr,left_join)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lattice,barchart)
importFrom(lmtest,lrtest)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
importFrom(standardize,standardize)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,confint.default)
importFrom(stats,density)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,glm.fit)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,terms.formula)
importFrom(stats,update.formula)
importFrom(stats,vcov)
importFrom(utils,capture.output)
importFrom(xtable,xtable)
useDynLib(Countr)