forked from adelahladka/difNLR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
86 lines (85 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,ddfMLR)
S3method(AIC,difNLR)
S3method(AIC,difORD)
S3method(BIC,ddfMLR)
S3method(BIC,difNLR)
S3method(BIC,difORD)
S3method(coef,ddfMLR)
S3method(coef,difNLR)
S3method(coef,difORD)
S3method(coef,lkl)
S3method(fitted,difNLR)
S3method(fitted,lkl)
S3method(logLik,ddfMLR)
S3method(logLik,difNLR)
S3method(logLik,difORD)
S3method(logLik,lkl)
S3method(plot,ddfMLR)
S3method(plot,difNLR)
S3method(plot,difORD)
S3method(predict,ddfMLR)
S3method(predict,difNLR)
S3method(predict,difORD)
S3method(print,ddfMLR)
S3method(print,difNLR)
S3method(print,difORD)
S3method(print,estNLR)
S3method(residuals,difNLR)
S3method(residuals,lkl)
S3method(vcov,estNLR)
export(MLR)
export(NLR)
export(ORD)
export(ddfMLR)
export(difNLR)
export(difORD)
export(estimNLR)
export(formulaNLR)
export(genNLR)
export(startNLR)
import(ggplot2)
importFrom(VGAM,AICvlm)
importFrom(VGAM,BICvlm)
importFrom(VGAM,acat)
importFrom(VGAM,cumulative)
importFrom(VGAM,lrtest_vglm)
importFrom(calculus,derivative)
importFrom(calculus,hessian)
importFrom(msm,deltamethod)
importFrom(nnet,multinom)
importFrom(plyr,ldply)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,deriv3)
importFrom(stats,deviance)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,relevel)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,symnum)
importFrom(stats,vcov)