Learn R Programming

DMRnet (version 0.4.0)

print.DMR: print.DMR

Description

Prints a DMR object.

Usage

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

Value

The summary is silently returned.

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.

Examples

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

Run the code above in your browser using DataLab