plot.DMR {DMRnet}R Documentation

plot.DMR

Description

Plots coefficients from a DMR object.

Usage

## S3 method for class 'DMR'
plot(x, ...)

Arguments

x

Fitted DMR object.

...

Further arguments passed to or from other methods.

Details

Produces a coefficient profile plot of the coefficient paths for a fitted DMR object.

Examples

data(miete)
y <- miete[,1]
X <- miete[,-1]
m <- DMR(X, y)
plot(m)

[Package DMRnet version 0.4.0 Index]