[R] pairs(x)

2004-10-29 Thread John-J . Smith
Hi, I am using pairs(x) , but would like to change the point font and color for the bottom half of x. I am using windows and opened a graphics page using x11(), then tried: pairs(x) points(x[110:114,1],x[110:114,2],col=6,pch=8) points(x[115:119,1],x[115:119,2],col=4,pch=17) Nothing happened.

[R] writing lm summary to file?

2004-10-27 Thread John-J . Smith
Hi, I want to write the summary from a regression. I am doing this because I do not see a way of get the std error, tvalues from the coefficients diagnostic. n$coef does not give this only get the intercept and slope. I tried to use write and write.table and got error in both cases. I