Computes log-likelihood, AIC and BIC values for nested models using the
latent components estimated by big_pls_cox() or big_pls_cox_gd().
Usage
component_information(object, max_comp = ncol(object$scores))
# S3 method for class 'big_pls_cox'
component_information(object, max_comp = ncol(object$scores))
# S3 method for class 'big_pls_cox_gd'
component_information(object, max_comp = ncol(object$scores))
select_ncomp(object, criterion = c("AIC", "BIC", "loglik"), ...)