Internal Double Penalized Projection Function
fct_dpp(
y,
x,
rank,
lambda = NULL,
alpha = 2 * sqrt(3),
beta = 1,
sigma,
ptype = "grLasso",
y_sparse = TRUE
)A list containing estimated coefficients, covariance, and penalty parameters.
A matrix of responses.
A matrix of predictors.
The rank, if known.
A vector of penalization parameters.
A positive constant DPP parameter.
A positive constant DPP parameter.
An estimated standard deviation
A group penalized regression penalty type. See grpreg.
Should Y coefficients be treated as sparse?