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
Dear all,
I get a weird behaviour with R version 4.3.1 which does not calculate the colMeans2 any more but does a row-wise calculation. This is not the case with e.g. R 4.2.2.
I couldn't figure out if and where the feature in the c-code this is coming from.
I haven't found another colFunc where I found this row-wise result.
I have tried out your example with R 4.3.2 and matrixStats 1.2.0. When running it there is no difference between the output using base::colMeans() and matrixStats::colMeans2(). For this particular example, it would be more convenient to writea[, mean(coverage*rebalancing, na.rm=T), by='b'], eliminating the need for creating a one-column matrix.
Dear all,
I get a weird behaviour with R version 4.3.1 which does not calculate the colMeans2 any more but does a row-wise calculation. This is not the case with e.g. R 4.2.2.
I couldn't figure out if and where the feature in the c-code this is coming from.
I haven't found another colFunc where I found this row-wise result.
The text was updated successfully, but these errors were encountered: