powered by
Prints a DMR object.
DMR
# S3 method for DMR print(x, ...)
The summary is silently returned.
Fitted DMR object.
Further arguments passed to or from other methods.
Print a summary of the DMR path at each step along the path.
data(miete) y <- miete[,1] X <- miete[,-1] m <- DMR(X, y) print(m)
Run the code above in your browser using DataLab