merge.model.selection.Rd
Combine two or more model selection tables.
model.selection
objects to be combined.
(... ignored in merge
)
a character vector with two elements that are appended respectively to row names of the combined tables.
logical indicating if unique and valid row.names
should
be constructed from the arguments.
ignored.
A "model.selection" object=model.selection.object containing models (rows) from all provided tables.
Both Δ_IC values and Akaike weights are recalculated in the resulting tables.
Models in the combined model selection tables must be comparable, i.e. fitted to the same data, however only very basic checking is done to verify that. The models must also be ranked by the same information criterion.
Unlike the merge
method for data.frame
, this method appends
second table to the first (similarly to rbind
).
dredge, model.sel, merge, rbind.