Learn R Programming

rtemis (version 0.79)

massUni: Mass-univariate Analysis

Description

Run a mass-univariate analysis: same set of features on multiple outcomes

Usage

massUni(x, y, mod = "gam", save.mods = FALSE, verbose = TRUE,
  n.cores = rtCores, ...)

Arguments

x

Matrix / data frame of features

y

Matrix / data frame of outcomes

mod

rtemis algorithm to use. Options: run modSelect()

verbose

Logical: If TRUE, print messages during run

n.cores

Integer: Number of cores to use

...

Arguments to be passed to mod