|
a |
|
b/OmicsFold/man/quick.permuted.fit.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/permutation.R |
|
|
3 |
\name{quick.permuted.fit} |
|
|
4 |
\alias{quick.permuted.fit} |
|
|
5 |
\title{Perform a fast model fit with permuted labels} |
|
|
6 |
\usage{ |
|
|
7 |
quick.permuted.fit(data, design, data.labels, ncomp, list.keepX.permuted) |
|
|
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{ncomp}{Number of components to use in the model.} |
|
|
17 |
|
|
|
18 |
\item{list.keepX.permuted}{Set number of variable to select from each block.} |
|
|
19 |
} |
|
|
20 |
\value{ |
|
|
21 |
List containing a representation of the permuted labels, an estimate |
|
|
22 |
of the permutation degree (as stochastically permutation may scramble the |
|
|
23 |
labels more or less thoroughly) and the balanced error rate over one and two |
|
|
24 |
components. |
|
|
25 |
} |
|
|
26 |
\description{ |
|
|
27 |
Perform a quick multi-omic model fit to data with permutated class labels. |
|
|
28 |
This does not perform the (slow) step of sparse variable or component number |
|
|
29 |
selection - so may be more approximate. |
|
|
30 |
} |