rrda.summary {rrda}R Documentation

Summarize the results of cross-validation for the coefficient Bhat obtained from the rrda.cv function.

Description

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.

Usage

rrda.summary(cv_result = cv_result)

Arguments

cv_result

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.

Value

Prints the estimated Coefficients, rank, lambda, and MSE from cross-validation.


[Package rrda version 0.1.1 Index]