select_model: Select a model from a list of trained 'MOFA' objects based on...

View source: R/compare_models.R

select_modelR Documentation

Select a model from a list of trained MOFA objects based on the best ELBO value

Description

Different objects of MOFA are compared in terms of the final value of the ELBO statistics and the model with the highest ELBO value is selected.

Usage

select_model(models, plot = FALSE)

Arguments

models

a list containing MOFA objects.

plot

boolean indicating whether to show a plot of the ELBO for each model instance

Value

A MOFA object


bioFAM/MOFA2 documentation built on June 12, 2024, 3:57 p.m.