getcoef.SiER: Get the estimated intercept and coefficient.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/SiER.R

Description

Get the estimates for μ, β based on the object obtained from cv.SiER().

Usage

1
getcoef.SiER(cv.fit)

Arguments

cv.fit

the object obtained from cv.SiER().

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

cv.SiER

Examples

1
#See the examples in cv.Sier().

SiER documentation built on May 2, 2019, 5:07 a.m.

Related to getcoef.SiER in SiER...