BMfast: Fast Brunner-Munzel tests (v1)

View source: R/RcppExports.R

BMfastR Documentation

Fast Brunner-Munzel tests (v1)

Description

Takes a binary matrix of voxels and a vector of behavior and runs Brunner-Munzel tests on each voxel. This is a fast function, but may produce infinite values for perfectly separated group. Use BMfast2 which avoids this problem.

Usage

BMfast(X, y)

Arguments

X

binary matrix ov voxlels (columns) for all subjects (rows)

y

vector of behavioral scores.

Value

List with two vectors: - statistic - BM values - dfbm - degrees of freedom

Author(s)

Dorian Pustina

/@export


dorianps/LESYMAP documentation built on June 1, 2024, 2:12 a.m.