https://github.com/cran/MuMIn
Raw File
Tip revision: ddc00c25433a5cb83eca084328e596e54296b854 authored by Kamil BartoĊ„ on 21 September 2010, 08:14:37 UTC
version 0.13.17
Tip revision: ddc00c2
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)
S3method(tTable, multinom)

back to top