Retrieve excluded records from a ferx_data or ferx_fit object
Description
Retrieve excluded records from a ferx_data or ferx_fit object
Usage
ferx_selection_excluded(x, ...)Arguments
x: Aferx_dataobject returned by[ferx_selection](ferx_selection.qmd), or aferx_fitobject....: Ignored.
Seealso
Other data selection: [ferx_selection](ferx_selection.qmd)()
Concept
data selection
Value
A data.frame of excluded records. For ferx_data objects the frame includes a .exclude_reason column naming the first rule that excluded each record.