filter_roi: Filter Region of Interest (ROI)

View source: R/resample.R

filter_roiR Documentation

Filter Region of Interest (ROI)

Description

This function filters an ROI, keeping only valid columns.

Usage

filter_roi(roi)

Arguments

roi

A list containing the train and test ROI data.

Details

The function filters an ROI by removing columns with missing values (NA) and zero standard deviation. It returns a list with filtered train and test ROI data.

Value

A list with filtered train and test ROI data.


bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.