rrda.cv function.The function provides a summary of the results from cross-validation for Bhat obtained using the rrda.cv function. It displays the Mean Squared Error (MSE), rank, and lambda values for different cross-validation options.
rrda.summary(cv_result = cv_result)Prints the estimated Coefficients, rank, lambda, and MSE from cross-validation.
A result list from the function rrda.cv, containing a matrix of MSE values for each rank and lambda, and a vector of lambda values.