Learn R Programming

MuMIn (version 0.13.3)

subset.model.selection: Subsetting model selection table

Description

Return subsets of a model selection table returned by dredge.

Usage

## S3 method for class 'model.selection':
subset(x, subset, select, recalc.weights = TRUE, ...)
## S3 method for class 'model.selection':
[(x, i, j, recalc.weights = TRUE, ...)

Arguments

x
a model.selection object to be subsetted.
subset,select
logical expressions indicating columns and rows to keep. See subset.
i,j
indices specifying elements to extract.
recalc.weights
logical value specyfying whether Akaike weights should be normalized across the new set of models to sum to one.
...
further arguments passed to [.data.frame.

Value

  • A model.selection object containing only the selected models (rows). When columns are selected (arguments select or j are provided), a plain data.frame is returned.

encoding

utf-8

See Also

dredge, subset and [.data.frame for subsetting and extracting from data.frames.