Displaying 2 results from an estimated 2 matches for "58410".
Did you mean:
5840
2006 Apr 06
0
CEEA-2006:0277 CentOS 4 i386 tzdata - enchancement update
CentOS Errata and Bugfix Advisory 2006:0277
http://rhn.redhat.com/errata/RHEA-2006-0277.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
tzdata-2006a-2.EL4.noarch.rpm
src:
tzdata-2006a-2.EL4.src.rpm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
2007 Dec 09
2
Adding info from summary(lm(...)) to plot
Hi Folks,
Say I have 2 continuous variables X,Y.
I can of course plot (X,Y) with
plot(X,Y,pch="+",col="blue")
say, and add the regression line from lm(Y~X)
by extracting the coefficients 'a' of Intercept
and 'b' of X from Y.lm <- lm(Y~X).
Now, however, I want to have not only a general
explanatory title such as
main="Plot of Y against X"