swh:1:snp:13ceaf33a0cf03b54a9c83ec2c853f3c4226f6da
Raw File
Tip revision: 3352b22acdc2859170a834be89a1d66cfc77f60c authored by Ben Bolker on 20 August 2013, 00:48:20 UTC
version 1.0.11
Tip revision: 3352b22
NAMESPACE
export(mle2,call.to.char,namedrop,parnames,"parnames<-",relist2)
export(sbinom,snorm,sbeta,snbinom,spois,sbetabinom)
export(ICtab,AICtab,BICtab,AICctab)
export(stdEr,vcov)
export(slice,sliceOld,slice1D,slice2D)
exportClasses(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)
importFrom(methods,setMethod)
importFrom(lattice,xyplot,splom)  ## for slice methods
importFrom(numDeriv,hessian,grad)
S3method(as.data.frame,profile.mle2)
S3method(print,ICtab)
S3method(slice,mle2)
S3method(plot,slice)
S3method(xyplot,slice)
S3method(splom,slice)
back to top