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