Skip to contents

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

Usage

# S3 method for 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.