Skip to content
Prev 306861 / 398506 Next

How to draw a graph after model selection?

Fit the model in R rather than trying to bring the coefficients in
from another program.  Then you can use the predict function to get
the predictions from that model to plot.  Or even easier, use the
Predict.Plot or TkPredict functions from the TeachingDemos package
with the fitted model object.
On Wed, Oct 3, 2012 at 8:21 AM, ahbu <deliaquek1 at yahoo.com.sg> wrote: