https://github.com/cran/MuMIn
Raw File
Tip revision: 1fc21ca1c399665b38a4a52c9a224b5e0b4cb51f authored by Kamil BartoĊ„ on 28 October 2013, 00:00:00 UTC
version 1.9.13
Tip revision: 1fc21ca
NAMESPACE
export(
	dredge, pdredge, get.models, pget.models, 
	model.avg, par.avg, 
	model.sel, mod.sel,
	getAllTerms, coeffs, coefTable, tTable, 
	importance, Weights, 
	AICc, QAIC, QAICc, Cp, ICOMP, CAICF, DIC, 
	r.squaredLR, null.fit, r.squaredGLMM,
	QIC, quasiLik,
	beta.weights, model.names,
	simplify.formula, expand.formula,
	updateable, updateable2,
	uGamm
)

importFrom(stats, family)

# XXX: compatibility with R < 2.13.0
if (getRversion() >= "2.13.0") {
if (getRversion() >= "2.14.0") {
	importFrom(stats, nobs, getCall)
	S3method(getCall, yagsResult)
}
} else {
# I couldn't find a way to make version-dependent documentation, so can't
# export nobs here...
#export(nobs)
S3method(nobs, default)
S3method(nobs, glm)
}

# including the lines below makes this package dependent on 'lme4'
# so, until I figure out how to deal with it, no imports is used....

#importFrom(stats, AIC, as.formula, coef, delete.response, deviance, fitted,
#	formula, logLik, model.frame, model.matrix, na.omit, predict, qnorm, qt,
#	reformulate, residuals, sd, terms, update, weighted.mean)

#importFrom(stats, logLik, terms)
#importMethodsFrom(stats, logLik, terms)
#importFrom(methods, slot, slotNames)
#importFrom(lme4, lmer, logLik, terms)

S3method("$<-", model.selection)

S3method(print, averaging)
S3method(print, summary.averaging)
S3method(summary, averaging)
S3method(predict, averaging)
S3method(coef, averaging)
S3method(fitted, averaging)
S3method(logLik, averaging)
S3method(confint, averaging)
S3method(vcov, averaging)
S3method(model.matrix, averaging)
S3method(print, model.selection)
S3method(subset, model.selection)
S3method("[", model.selection)
S3method(update, model.selection)
S3method(coef, model.selection)
S3method(logLik, model.selection)

S3method(model.sel, model.selection)
S3method(model.sel, default)

S3method(model.avg, model.selection)
S3method(model.avg, default)

S3method(plot, model.selection)

S3method(importance, averaging)
S3method(importance, model.selection)
S3method(importance, default)

S3method(Weights, model.selection)
S3method(Weights, averaging)
S3method(Weights, data.frame)
S3method(Weights, default)

S3method(getAllTerms, default)
S3method(coeffs, default)
S3method(coefTable, default)

S3method(coefTable, averaging)

S3method(coef, model.selection)
S3method(coeffs, model.selection)
S3method(coefTable, model.selection)

S3method(print, coefTable)

S3method(AICc, default)

S3method(AICc, logLik)

S3method(getAllTerms, formula)
S3method(getAllTerms, terms)

S3method(getAllTerms, lm)
S3method(coefTable, lm)

S3method(getAllTerms, gam)

S3method(nobs, sarlm)
S3method(coefTable, sarlm)

S3method(coefTable, spautolm)
S3method(nobs, spautolm)

S3method(logLik, glmmML)
S3method(coefTable, glmmML)
S3method(nobs, glmmML)
S3method(summary, glmmML)

S3method(getAllTerms, coxph)
S3method(coefTable, coxph)
S3method(logLik, coxph)
S3method(nobs, coxph)

S3method(coefTable, survreg)
S3method(logLik, survreg)
S3method(nobs, survreg)

S3method(getAllTerms, lme)
S3method(coeffs, lme)
S3method(coefTable, lme)
S3method(predict, lme)
S3method(predict, gls)

S3method(getAllTerms, mer)
S3method(coeffs, mer)
S3method(coefTable, mer)
S3method(nobs, mer)
S3method(predict, mer)
S3method(family, mer)

S3method(coeffs, merMod)
S3method(coefTable, multinom)
S3method(nobs, multinom)

S3method(coeffs, gls)
S3method(coefTable, gls)

S3method(formula, unmarkedFit)
S3method(getAllTerms, unmarkedFit)
S3method(coefTable, unmarkedFit)
S3method(nobs, unmarkedFit)
S3method(getAllTerms, unmarkedFitDS)
# this is done by setting S4 method with an .onLoad hook:
# S3method(logLik, unmarkedFit)

S3method(update, gamm)
S3method(print, gamm)
S3method(logLik, gamm)
S3method(formula, gamm)
S3method(nobs, gamm)
S3method(coeffs, gamm)
S3method(getAllTerms, gamm)
S3method(coefTable, gamm)

S3method(makeArgs, default)
S3method(makeArgs, gls)
S3method(makeArgs, lme)
S3method(makeArgs, mer)
S3method(makeArgs, unmarkedFit)
S3method(makeArgs, unmarkedFitDS)
S3method(makeArgs, coxph)
S3method(makeArgs, clmm)
S3method(makeArgs, merMod)

S3method(family, default)
S3method(family, gls)
S3method(family, lme)

S3method(nobs, rq)
S3method(coefTable, rq)

S3method(coefTable, coxme)
S3method(makeArgs, coxme)
S3method(formula, coxme)
S3method(getAllTerms, coxme)
S3method(nobs, coxme)
S3method(logLik, coxme)
S3method(coeffs, coxme)

S3method(coeffs, lmekin)
S3method(makeArgs, lmekin)
S3method(coefTable, lmekin)
S3method(formula, lmekin)
S3method(nobs, lmekin)
S3method(logLik, lmekin)

S3method(coefTable, zeroinfl)
S3method(coefTable, hurdle)
S3method(getAllTerms, hurdle)
S3method(getAllTerms, zeroinfl)
S3method(nobs, hurdle)
S3method(nobs, zeroinfl)
S3method(makeArgs, zeroinfl)
S3method(family, zeroinfl)

S3method(nobs, glimML)
S3method(formula, glimML)
S3method(coefTable, glimML)
S3method(family, glimML)
S3method(getAllTerms, glimML)
S3method(terms, glimML)

S3method(formula, MCMCglmm)
S3method(nobs, MCMCglmm)
S3method(family, MCMCglmm)
S3method(logLik, MCMCglmm)
S3method(coeffs, MCMCglmm)
S3method(coefTable, MCMCglmm)
S3method(makeArgs, MCMCglmm)
S3method(getAllTerms, MCMCglmm)

S3method(extractDIC, mer)
S3method(extractDIC, merMod)
S3method(extractDIC, MCMCglmm)
S3method(extractDIC, lme)

S3method(coef, geese)
S3method(coefTable, gee)
S3method(coefTable, geeglm)
S3method(coefTable, geese)
S3method(coefTable, yagsResult)

S3method(getQIC, default)
S3method(getQIC, gee)
S3method(getQIC, geeglm)
S3method(getQIC, yagsResult)

S3method(print, quasiLik)
S3method(quasiLik, gee)
S3method(quasiLik, geeglm)
S3method(quasiLik, yagsResult)
S3method(nobs, yagsResult)

S3method(coeffs, mark)
S3method(coefTable, mark)
S3method(confint, mark)
S3method(deviance, mark)
S3method(formula, mark)
S3method(getAllTerms, mark)
S3method(logLik, mark)
S3method(makeArgs, mark)
S3method(nobs, mark)

S3method(coefTable, splm)
S3method(coeffs, splm)
S3method(nobs, splm)
S3method(logLik, splm)

S3method(coefTable, logistf)
S3method(nobs, logistf)
S3method(logLik, logistf)

S3method(r.squaredGLMM, lm)
S3method(r.squaredGLMM, lme)
S3method(r.squaredGLMM, merMod)
S3method(r.squaredGLMM, mer)
S3method(r.squaredGLMM, glmmML)

S3method(getCall, default)
S3method(getCall, model.selection)

S3method(nobs, caic)
S3method(formula, caic)
S3method(nobs, pgls)
back to top