-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (83 loc) · 2.47 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
importFrom("generics", "glance", "tidy")
importFrom("methods", "new", "show", "slot", "slot<-", "slotNames",
"validObject")
importFrom("miscTools", "nObs", "nParam", "sumKeepAttr")
importFrom( "miscTools", "stdEr" )
importFrom("sandwich", "bread", "estfun", "sandwich")
importFrom("stats", "coef", "logLik", "optim", "pnorm", "printCoefmat",
"vcov", "AIC", "qnorm")
importFrom("stats4", "nobs")
importFrom("utils", "head", "str", "tail")
export( "activePar" )
export( "compareDerivatives" )
export( "condiNumber" )
export( "fnSubset" )
export( "glance" )
export( "gradient" )
export( "hessian" )
export( "maxBFGS" )
export( "maxBFGSR" )
export( "maxBHHH" )
export( "maxCG", "maxSGA", "maxAdam")
export( "maximType" )
export( "maxValue" )
export( "maxLik" )
export( "maxNM" )
export( "maxNR" )
export( "maxSANN" )
export( "nIter" )
export( "numericGradient" )
export( "numericHessian" )
export( "numericNHessian" )
export( "objectiveFn" )
export( "returnCode" )
export( "returnMessage" )
export("storedParameters")
export("storedValues")
export("sumt")
export( "tidy" )
exportClasses("MaxControl")
exportMethods("maxControl")
exportMethods("show")
exportMethods("nobs")
S3method( "activePar", "default" )
S3method( "AIC", "maxLik" )
S3method( "bread", "maxLik" )
S3method( "coef", "maxim" )
S3method( "coef", "maxLik" )
S3method( "coef", "summary.maxLik" )
S3method( "condiNumber", "default" )
S3method("condiNumber", "maxLik" )
S3method("confint", "maxLik" )
S3method("estfun", "maxLik" )
S3method("glance", "maxLik")
S3method("glance", "maxim")
S3method( "gradient", "maxim" )
S3method( "hessian", "default" )
S3method( "logLik", "maxLik" )
S3method( "logLik", "summary.maxLik" )
S3method( "maximType", "default" )
S3method( "maximType", "maxim" )
S3method( "maxValue", "maxim" )
S3method( "nIter", "default" )
S3method( "nObs", "maxLik" )
S3method( "nParam", "maxim" )
S3method( "print", "maxim" )
S3method( "print", "maxLik" )
S3method( "print", "summary.maxim" )
S3method( "print", "summary.maxLik" )
S3method( "objectiveFn", "maxim" )
S3method( "returnCode", "default" )
S3method( "returnCode", "maxim" )
S3method( "returnCode", "maxLik" )
S3method( "returnMessage", "default" )
S3method( "returnMessage", "maxim" )
S3method( "returnMessage", "maxLik" )
S3method( "stdEr", "maxLik" )
S3method( "storedParameters", "maxim" )
S3method( "storedValues", "maxim" )
S3method( "summary", "maxim" )
S3method( "summary", "maxLik" )
S3method("tidy", "maxLik")
S3method("tidy", "maxim")
S3method("vcov", "maxLik")