Yhat_mat_rlist: Generate a list of rank-specific Yhat matrices.

View source: R/predict.R

Yhat_mat_rlistR Documentation

Generate a list of rank-specific Yhat matrices.

Description

Generate a list of rank-specific Yhat matrices.

Usage

Yhat_mat_rlist(Bhat_comp_1L, X, nrank)

Arguments

Bhat_comp_1L

A list containing components of Bhat.

X

A numeric matrix of explanatory variables.

nrank

A numeric vector indicating the rank(s) of Bhat.

Value

A list of matrices, each representing rank-specific predicted values Yhat.


rrda documentation built on June 8, 2025, 12:09 p.m.

Related to Yhat_mat_rlist in rrda...