View source: R/03_IFE_algorithm_functions.R
handle_macropca_errors | R Documentation |
It handles possible thrown errors in MacroPCA.
handle_macropca_errors(
object,
temp,
KMAX,
number_eigenvectors,
verbose = FALSE
)
object |
input |
temp |
this is the result of the trycatch block of using macropca on object |
KMAX |
parameter kmax in MacroPCA |
number_eigenvectors |
number of principal components that are needed |
verbose |
when TRUE, it prints messages |
matrix of which the columns contain the chosen amount of eigenvectors of object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.