On Fri, 20 Dec 2002 [EMAIL PROTECTED] wrote:
> Hi Andy!
> Thanks for the reply. It gives the clue: in fact it should be
>
> print(summary(lm2, corr=TRUE), symbolic.cor=FALSE)
>
> (not "symbolic.corr"). However, this raises a further mystery!
>
> I had spent ages with "?" and "help.search" (e.g. "summary.lm",
> "summaru.glm", "summary", "print", "symbolic", "corr" ... ) trying
> to find something relevant, with no success. Following your mail, I
> grepped right down /usr/lib/R, first for "symbolic.corr" (with no
> success) and then for "symbolic", and finally found "symbolic.cor"
> in a help file for "lm.summary" in package "base" (Also "glm.summary").
I find it in
help(summary.lm)
and
help(summary.glm)
-thomas
______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help