Hi guys, How could I specify minimum and maximum x-axis values in logi.hist.plot? My code is something like this: plot(mydata$Temperature,mydata$Mortality, ,xlab="Temperature",ylab="Probability of mortality") curve(predict(temp.glm,data.frame(Temperature=x),type="resp"),add=TRUE, col="red") points(mydata$Temperature,fitted(temp.glm),pch=20) title(main="Mortality-Temperature with Fitted GLM Logistic Regression Line") Anybody? :) Cheers Eddie
How to specify minimum and maximum x-axis value in logi.hist.plot?
2 messages · eddie smith, R. Michael Weylandt
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120914/e2ddd76b/attachment.pl>