train_model.manova_model: Train a MANOVA Model

View source: R/mvpa_iterate.R

train_model.manova_modelR Documentation

Train a MANOVA Model

Description

This function trains a multivariate analysis of variance (MANOVA) model using the specified design.

Usage

## S3 method for class 'manova_model'
train_model(obj, train_dat, indices, ...)

Arguments

obj

An object of class manova_model.

train_dat

The training data.

indices

The indices of the training data.

...

Additional arguments passed to the training method.

Value

A named numeric vector of -log(p-values) for each predictor in the MANOVA model.


bbuchsbaum/rMVPA documentation built on April 28, 2024, 6:30 a.m.