Learn R Programming

MuMIn (version 0.13.3)

miscellaneous: Helper functions

Description

beta.weights - computes standardized coefficients (beta weights) for a model;

coeffs - extracts model coefficients;

getAllTerms - extracts independent variable names from a model object;

tTable - extracts a table of coefficients, standard errors, and p-values from a model object;

Weights - calculates Akaike weights (normalized relative likelihoods)

Usage

beta.weights(model)
coeffs(model)
getAllTerms(x, ...)
tTable(model, ...)
Weights(aic, ...)

cbindDataFrameList(x) rbindDataFrameList(x)

Arguments

model
a fitted model object
x
a fitted model object or a formula. for *bindDataFrameList, a list of data.frames
...
other arguments, not used
aic
a vector of AIC (or other information criterion) values

encoding

utf-8

See Also

dredge