| getcoef.SiER | R Documentation |
Get the estimates for μ, β based on the object obtained from cv.SiER().
getcoef.SiER(cv.fit)
cv.fit |
the object obtained from |
a list containing
mu |
the vector of estimated μ. |
beta |
the estimated matrix for β. |
nonzero.ind |
the vector of indices for selected variables. |
Ruiyan Luo and Xin Qi
cv.SiER
#See the examples in cv.Sier().