You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mincSummary() behaves different with method = 'mean' and method = 'median':
mincSummary(filenames = ... , method = 'mean', grouping = NULL) returns an object with classes "mincMultiDim" and "matrix", and with dimensions (nfiles, 1). mincSummary(filenames = ... , method = 'median', grouping = NULL) also returns an object with classes "mincMultiDim" and "matrix", but with dim() returning NULL and length() returning nfiles.
The text was updated successfully, but these errors were encountered:
mincSummary()
behaves different withmethod = 'mean'
andmethod = 'median'
:mincSummary(filenames = ... , method = 'mean', grouping = NULL)
returns an object with classes "mincMultiDim" and "matrix", and with dimensions (nfiles, 1).mincSummary(filenames = ... , method = 'median', grouping = NULL)
also returns an object with classes "mincMultiDim" and "matrix", but withdim()
returningNULL
andlength()
returning nfiles.The text was updated successfully, but these errors were encountered: