plot.gic.DMR {DMRnet} | R Documentation |
Plots gic values from a gic.DMR
object.
## S3 method for class 'gic.DMR'
plot(x, ...)
x |
Fitted |
... |
Further arguments passed to or from other methods. |
Produces a plot of Generalized Information Criterion for the entire sequence of models from the fitted gic.DMR
object.
data(miete)
y <- miete[,1]
X <- miete[,-1]
m <- DMR(X, y)
g <- gic.DMR(m, c = 2.5)
plot(g)