print.DMR {DMRnet}R Documentation

print.DMR

Description

Prints a DMR object.

Usage

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

Arguments

x

Fitted DMR object.

...

Further arguments passed to or from other methods.

Details

Print a summary of the DMR path at each step along the path.

Value

The summary is silently returned.

Examples

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

[Package DMRnet version 0.4.0 Index]