Description Usage Arguments Value Author(s) Examples
Removes columns and rows which have been exported from 'Freesurfer' and may cause classification problems
1 | removeabnormalrowsandcols(df, verbose)
|
df |
The data frame imported using fsimport |
verbose |
Whether the print debug information |
The data frame with abnormal rows and columns removed
Alexander Luke Spedding, alexspedding271@gmail.com
1 2 | data <- generaterandomsubjects()
data <- removeabnormalrowsandcols(data,T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.