powered by
Will remove rows from a data frame of data generated by 'Freesurfer' that are abnormal - such as they have values of NA in them
eliminateabnormalities.rows(data, verbose = T)
The data frame to remove abnormal rows from
Whether to print a log of what was removed
The data frame with abnormal rows removed
# NOT RUN { data <- generaterandomsubjects(10) eliminateabnormalities.rows(data) # }
Run the code above in your browser using DataLab