https://github.com/cran/MuMIn
Raw File
Tip revision: 31d93fee306fc9df74af69ef03b7918c5850a696 authored by Kamil BartoĊ„ on 24 July 2010, 19:41:32 UTC
version 0.13.3
Tip revision: 31d93fe
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)

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(getAllTerms, default)
S3method(getAllTerms, formula)
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