calcPercentInfo | R Documentation |
Compute information represented by each dimensions
calcPercentInfo(l)
l |
SBF list object |
list with percentage of information represented by each dimension according to their Delta_i values
#' @examples # create test dataset set.seed(1231) mymat <- createRandomMatrices(n = 4, ncols = 3, nrows = 4:6) # SBF call. Estimate V using the sum of Di^TDi sbf <- SBF(matrix_list = mymat) calcPercentInfo(sbf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.