Learn R Programming

rsurfer (version 0.2)

searchforabnormalities.rows: Search For Abnormalities (Rows)

Description

Looks for rows (subjects) which have been exported from 'Freesurfer' and may cause classification problems, for example, rows with NAs in

Usage

searchforabnormalities.rows(data, verbose = T)

Arguments

data

The data frame imported using fsimport

verbose

Whether the print debug information

Value

Indices of abnormal rows

Examples

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

Run the code above in your browser using DataLab