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; will also remove columns
eliminateabnormalities(data, verbose = F)
The data frame to remove abnormalities from
Whether to print a log of what was removed
The data frame with abnormalities removed
# NOT RUN { data <- generaterandomsubjects() eliminateabnormalities.rows(data) # }
Run the code above in your browser using DataLab