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: A ferx_data object returned by [ferx_selection](ferx_selection.qmd), or a ferx_fit object.
  • ...: 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.