Hi Murali, >> I am interested in plotting my regression analysis results(regression >> coefficients and >> standard errors obtained through OLS and Tobit models) in the form of >> graphs.
plot(obj$lm) will give you a set of diagnostic plots. What you seem to be after is ?termplot. Also look at John Fox's effects package and at Frank Harrell's Design package (sub functions ols and plot.Design). Regards, Mark. Murali K wrote: > > Hello, > I am interested in plotting my regression analysis > results(regression coefficients and standard errors obtained through OLS > and > Tobit models) > in the form of graphs.What is the best way to accomplish this? Thanks. > > > Murali Kuchibhotla > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > -- View this message in context: http://www.nabble.com/graphing-regression-coefficients-and-standard-errors-tp18660870p18685184.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.