Re: [R] Plot regression results with various predictors.

2014-05-29 Thread phil
Thanks a lot for your input. -- View this message in context: http://r.789695.n4.nabble.com/Plot-regression-results-with-various-predictors-tp4691307p4691416.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] Plot regression results with various predictors.

2014-05-28 Thread PIKAL Petr
- project.org] On Behalf Of phil Sent: Tuesday, May 27, 2014 6:44 PM To: r-help@r-project.org Subject: [R] Plot regression results with various predictors. Dear all, I would like to know how to plot the results of a regression where various predictors resulted significant. Further, I would like how

Re: [R] Plot regression results with various predictors.

2014-05-28 Thread phil
Sorry for not explaining it further. plm() is the regression command for panel data, i.e., similar to lm() for simple linear regressions. I run the plm() and get an output which I call here POLS. Next I simply use plot(POLS) which looks like

Re: [R] Plot regression results with various predictors.

2014-05-28 Thread PIKAL Petr
Hi -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of phil Sent: Wednesday, May 28, 2014 10:41 AM To: r-help@r-project.org Subject: Re: [R] Plot regression results with various predictors. Sorry for not explaining it further

[R] Plot regression results with various predictors.

2014-05-27 Thread phil
Dear all, I would like to know how to plot the results of a regression where various predictors resulted significant. Further, I would like how to add the regression line. Is that possible? For instance, I have run POLS=plm() where 6 coefficients resulted significant; then I would like to use