Revision 5ad9839b7dbc2bf91e7787aa564e861246b8e2b4 authored by Kamil BartoĊ„ on 15 July 2010, 00:00:00 UTC, committed by Gabor Csardi on 15 July 2010, 00:00:00 UTC
1 parent a0f20e5
Raw File
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