https://github.com/cran/MuMIn
Raw File
Tip revision: 7e5f8a7ffaa764b76306ed5004426c261f82149a authored by Kamil BartoĊ„ on 06 September 2010, 09:32:44 UTC
version 0.13.14
Tip revision: 7e5f8a7
NAMESPACE
export(
	AICc, beta.weights, dredge, get.models, model.avg, par.avg, QAIC,
	getAllTerms, coeffs, tTable
)

importsFrom(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)

importsFrom(methods, slot, slotNames)

S3method(print, averaging)
S3method(summary, averaging)
S3method(predict, averaging)
S3method(coef, averaging)
S3method(fitted, averaging)
S3method(model.matrix, averaging)
S3method(print, model.selection)
S3method(subset, model.selection)
S3method("[", model.selection)
S3method(update, model.selection)
S3method(getAllTerms, default)
S3method(getAllTerms, formula)
S3method(getAllTerms, terms)
S3method(getAllTerms, glmer)
S3method(getAllTerms, lme)
S3method(getAllTerms, lmer)
S3method(getAllTerms, mer)
S3method(coeffs, default)
S3method(coeffs, glmer)
S3method(coeffs, gls)
S3method(coeffs, lme)
S3method(coeffs, lmer)
S3method(coeffs, mer)
S3method(coeffs, spautolm)
S3method(tTable, default)
S3method(tTable, gam)
S3method(tTable, glmer)
S3method(tTable, gls)
S3method(tTable, lme)
S3method(tTable, lmer)
S3method(tTable, mer)
S3method(tTable, spautolm)
back to top