Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mincSummary imposes grouping when using method = 'mean' #309

Open
abeaucha opened this issue May 18, 2022 · 0 comments
Open

mincSummary imposes grouping when using method = 'mean' #309

abeaucha opened this issue May 18, 2022 · 0 comments

Comments

@abeaucha
Copy link

abeaucha commented May 18, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant