Skip to contents

This function is used to filter out rows that contain infinite values or values greater than a threshold. It checks whether any of the columns are set to FALSE for EM_scen, Bayes_scen, or interval_scen, and also whether the row contains any infinite values or values exceeding 1000.

Usage

selected_fun(row)

Arguments

row

A numeric vector representing a single row of data.

Value

A logical value: TRUE if the row should be kept, FALSE otherwise.