powered by
Plots coefficients from a DMR object.
DMR
# S3 method for DMR plot(x, ...)
Fitted DMR object.
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)
Run the code above in your browser using DataLab