Learn R Programming

rsurfer (version 0.2)

eliminateabnormalities.rows: Eliminate Abnormal Rows

Description

Will remove rows from a data frame of data generated by 'Freesurfer' that are abnormal - such as they have values of NA in them

Usage

eliminateabnormalities.rows(data, verbose = T)

Arguments

data

The data frame to remove abnormal rows from

verbose

Whether to print a log of what was removed

Value

The data frame with abnormal rows removed

Examples

Run this code
# NOT RUN {
data <- generaterandomsubjects(10)
eliminateabnormalities.rows(data)
# }

Run the code above in your browser using DataLab