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 cv.SiER().

Value

a list containing

mu

the vector of estimated \mu.

beta

the estimated matrix for \beta.

nonzero.ind

the vector of indices for selected variables.

Author(s)

Ruiyan Luo and Xin Qi

See Also

cv.SiER

Examples

#See the examples in cv.Sier().

[Package SiER version 0.1.0 Index]