powered by
Extracts coefficients from a gic.DMR object (for the model with minimal gic).
gic.DMR
# S3 method for gic.DMR coef(object, ...)
Vector of coefficients.
Fitted gic.DMR object.
Further arguments passed to or from other methods.
Similar to other coef methods, this function extracts coefficients from a fitted gic.DMR object for the model with minimal gic.
coef
data(miete) y <- miete[,1] X <- miete[,-1] m <- DMR(X, y) g <- gic.DMR(m, c = 2.5) coef(g)
Run the code above in your browser using DataLab