plot.DMR {DMRnet} | R Documentation |
Plots coefficients from a DMR
object.
## S3 method for class 'DMR'
plot(x, ...)
x |
Fitted |
... |
Further arguments passed to or from other methods. |
Produces a coefficient profile plot of the coefficient paths for a fitted DMR
object.
data(miete)
y <- miete[,1]
X <- miete[,-1]
m <- DMR(X, y)
plot(m)