fct_select_lambda {mixedLSR} | R Documentation |
Internal Penalty Parameter Selection Function.
Description
Internal Penalty Parameter Selection Function.
Usage
fct_select_lambda(
x,
y,
k,
clust_assign = NULL,
initial = FALSE,
type = "all",
verbose
)
Arguments
x |
A matrix of predictors. |
y |
A matrix of responses. |
k |
The number of groups. |
clust_assign |
The current clustering assignment. |
initial |
An initial penalty parameter. |
type |
A type. |
verbose |
A boolean indicating whether to print to screen. |
Value
A selected penalty parameter.
[Package mixedLSR version 0.1.0 Index]