Skip to content
Back to formatted view

Raw Message

Message-ID: <200411220034.iAM0YjPR247264@atlas.otago.ac.nz>
Date: 2004-11-22T00:34:45Z
From: Richard O'Keefe
Subject: How to change the significant codes default?

Shigeru Mase <mase at is.titech.ac.jp> wrote:
	I am posting this question on behalf of a Japanese R user
	who wants to know how to change the siginificant codes default.

It's the line
                 symbols = c("***", "**", "*", ".", " "))
in printCoefmat(), isn't it?

(summary.lm makes an object, it doesn't do any printing;
 getAnywhere("print.summary.lm") turns out to call printCoefmat();
 look in printCoefmat and there it is.)