getcoef.SiER {SiER} | R Documentation |
Get the estimated intercept and coefficient.
Description
Get the estimates for \mu, \beta
based on the object obtained from cv.SiER
().
Usage
getcoef.SiER(cv.fit)
Arguments
cv.fit |
the object obtained from |
Value
a list containing
mu |
the vector of estimated |
beta |
the estimated matrix for |
nonzero.ind |
the vector of indices for selected variables. |
Author(s)
Ruiyan Luo and Xin Qi
See Also
Examples
#See the examples in cv.Sier().
[Package SiER version 0.1.0 Index]