Switch to unified view

a b/OmicsFold/man/train.permuted.model.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/permutation.R
3
\name{train.permuted.model}
4
\alias{train.permuted.model}
5
\title{Perform a re-fit for a DIABLO model after permuting labels}
6
\usage{
7
train.permuted.model(data, design, data.labels, test.keepX)
8
}
9
\arguments{
10
\item{data}{Object containing input data blocks.}
11
12
\item{design}{DIABLO block relation design matrix.}
13
14
\item{data.labels}{Unpermuted data class labels.}
15
16
\item{test.keepX}{Array of values to test for sparse model training.}
17
}
18
\value{
19
Model performance balanced error rate.
20
}
21
\description{
22
Perform a full multi-omics model fitting and performance assessment after
23
permuting the labels associated with the classes. This can take some time.
24
This is useful when you want to assess whether a model is capable of
25
overfitting the data it was given.
26
}