Re: [R] Output design question

2008-07-16 Thread Henrique Dallazuanna
I don't know, but you can change it by: out_sum <- summary(lm.D9 <- lm(weight ~ group)) rownames(out_sum$coefficients)[2] <- "group Trt" out_sum On Wed, Jul 16, 2008 at 12:51 PM, Michael Kubovy <[EMAIL PROTECTED]> wrote: > Dear R-helpers, > > I was curious why the output of summary (and many othe

[R] Output design question

2008-07-16 Thread Michael Kubovy
Dear R-helpers, I was curious why the output of summary (and many other functions in R) does not add a separator between the name of a factor and the label of a level (e.g., in the example below, 'group Trt'). If the user had lower case labels (e.g., 'trt'), the output would be particularly