powered by
Plots gic values from a gic.DMR object.
gic.DMR
# S3 method for gic.DMR plot(x, ...)
Fitted gic.DMR object.
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)
Run the code above in your browser using DataLab