-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·41 lines (41 loc) · 1.63 KB
/
NAMESPACE
File metadata and controls
executable file
·41 lines (41 loc) · 1.63 KB
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
export(mle2,call.to.char,namedrop,parnames,"parnames<-",relist2)
export(sbinom,snorm,sbeta,snbinom,spois,sbetabinom,dnorm_n,slnorm)
export(ICtab,AICtab,BICtab,AICctab)
export(stdEr,vcov)
export(slice,sliceOld,slice1D,slice2D)
export(proffun)
export(pop_pred_samp)
export(mle2.options)
exportClasses(mle2,summary.mle2)
exportMethods(AIC, AICc, qAICc, qAIC,
profile, coef, confint, logLik,
update, vcov, anova, deviance, residuals,
simulate, predict, formula, plot, stdEr, summary)
importClassesFrom(stats4,mle)
importFrom(stats4,coef,confint,logLik,BIC,summary,profile,vcov,AIC, update, plot)
importFrom(stats,
anova,deviance,residuals,
simulate,predict,formula,napredict,na.omit,na.exclude,
dnorm)
importFrom(methods,setMethod,is)
importFrom(lattice,xyplot,splom,diag.panel.splom,panel.abline,panel.number,panel.points,panel.xyplot) ## for slice methods
importFrom(Matrix,nearPD)
importFrom(numDeriv,hessian,grad,jacobian)
importFrom(grDevices, dev.interactive)
importFrom(graphics, abline, lines, par, points, text)
importFrom(methods, new)
importFrom(stats, approx, approxfun, as.formula, constrOptim,
deriv, model.matrix, na.omit, nlm, nlminb,
optimize, pchisq, pnorm, printCoefmat, qbeta,
qbinom, qchisq, qnbinom, qnorm, qpois, setNames,
spline, uniroot, update.formula)
importFrom(MASS, mvrnorm, ginv)
importFrom(bdsmatrix, gchol)
importFrom(mvtnorm,dmvnorm)
S3method(as.data.frame,ICtab)
S3method(as.data.frame,profile.mle2)
S3method(print,ICtab)
S3method(slice,mle2)
S3method(plot,slice)
S3method(xyplot,slice)
S3method(splom,slice)