Learn R Programming

DMRnet (version 0.4.0)

plot.gic.DMR: plot.gic.DMR

Description

Plots gic values from a gic.DMR object.

Usage

# S3 method for gic.DMR
plot(x, ...)

Arguments

x

Fitted gic.DMR object.

...

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

Run this code
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