Learn R Programming

rsurfer (version 0.2)

eliminateabnormalities: Eliminate Abnormal Rows and Columns

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; will also remove columns

Usage

eliminateabnormalities(data, verbose = F)

Arguments

data

The data frame to remove abnormalities from

verbose

Whether to print a log of what was removed

Value

The data frame with abnormalities removed

Examples

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

Run the code above in your browser using DataLab