|
a |
|
b/OmicsFold/man/dot-internal.blockrank.calculation.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/blockrank.R |
|
|
3 |
\name{.internal.blockrank.calculation} |
|
|
4 |
\alias{.internal.blockrank.calculation} |
|
|
5 |
\title{Internal BlockRank Calculation} |
|
|
6 |
\usage{ |
|
|
7 |
.internal.blockrank.calculation( |
|
|
8 |
x.data, |
|
|
9 |
y.data, |
|
|
10 |
x.loadings, |
|
|
11 |
y.loadings, |
|
|
12 |
ncomp, |
|
|
13 |
nblock |
|
|
14 |
) |
|
|
15 |
} |
|
|
16 |
\arguments{ |
|
|
17 |
\item{x.data}{List containing the centered and standardized original predictor matrix} |
|
|
18 |
|
|
|
19 |
\item{y.data}{Matrix with the position of the outcome Y in the output list X} |
|
|
20 |
|
|
|
21 |
\item{x.loadings}{List containing the estimated loadings for the variates.} |
|
|
22 |
|
|
|
23 |
\item{y.loadings}{Matrix containing the estimated loadings for Y.} |
|
|
24 |
|
|
|
25 |
\item{ncomp}{Number of components included in the model for each block} |
|
|
26 |
|
|
|
27 |
\item{nblock}{Number of blocks of data} |
|
|
28 |
} |
|
|
29 |
\value{ |
|
|
30 |
A list of numeric vectors containing BlockRank scores. One list item per data block |
|
|
31 |
} |
|
|
32 |
\description{ |
|
|
33 |
Internal BlockRank Calculation |
|
|
34 |
} |