lol.utils.info {lolR} | R Documentation |
A function that performs basic utilities about the data.
Description
A function that performs basic utilities about the data.
Usage
lol.utils.info(X, Y, robust = FALSE, ...)
Arguments
X |
|
Y |
|
robust |
whether to perform PCA on a robust estimate of the covariance matrix or not. Defaults to |
... |
optional args. |
Value
n
the number of samples.
d
the number of dimensions.
ylabs [K]
vector containing the unique, ordered class labels.
priors [K]
vector containing prior probability for the unique, ordered classes.
Author(s)
Eric Bridgeford
[Package lolR version 2.1 Index]