View source: R/computeFinalFit.R
| computeFinalFit | R Documentation |
Implements Stage 3: Fitting robust MM-estimators to the selected variable sets.
computeFinalFit(x.imp, y.imp, active.sets, compute_coef)
x.imp |
Imputed design matrix. |
y.imp |
Imputed response vector. |
active.sets |
List of integer vectors (indices of selected variables). |
compute_coef |
Logical. |
A list containing 'coefficients' (list of vectors) and 'intercepts' (vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.