massUni | R Documentation |
Run a mass-univariate analysis: same features (predictors) on multiple outcomes
massUni(
x,
y,
mod = "gam",
save.mods = FALSE,
verbose = TRUE,
n.cores = rtCores,
...
)
x |
Matrix / data frame of features |
y |
Matrix / data frame of outcomes |
mod |
rtemis algorithm to use. Options: run |
save.mods |
Logical: If TRUE, save fitted models |
verbose |
Logical: If TRUE, print messages during run |
n.cores |
Integer: Number of cores to use |
... |
Arguments to be passed to |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.