search for: all__

Displaying 4 results from an estimated 4 matches for "all__".

Did you mean: all_
2016 Aug 19
2
summary.default rounding on numeric seems inconsistent with other R behaviors
It is the old story of defined behaviour and expected outcomes. Hard to change now. So I would suggest you do something like this in your ~/.Rprofile: R> smry <- function(...) summary(..., digits=6) R> smry(155555L) Min. 1st Qu. Median Mean 3rd Qu. Max. 155555 155555 155555 155555 155555 155555 R> Maybe call it Summary() instead. Dirk --
2016 Aug 23
0
summary.default rounding on numeric seems inconsistent with other R behaviors
...g S-PLUS) also had decided to change the ~15 year old S "standard"... and indeed I was implicitly *asking* for proposals of such a change, but I think I never saw a (careful) proposal. In the spirit of probably 99% of other "base R" code, a change should really *not* round __at all__ in the summary() methods, but *only* in the print() methods of such summary() results. OTOH, for back compatibility, if a user does use summary(.., digits=.) explicitly, these digits should be 'obeyed' of course. I think summary(<1-variable>) could easily, and relatively "bac...
2004 Nov 04
2
Bug report (PR#7341)
Full_Name: Dan B Version: na OS: na Submission from: (NULL) (80.6.127.185) I can't log into the bug tracker (I can't find where to register / login). In this way I can't add the following context diff (hopefully in the right order) for my changes to the matrix.Rd... Hmm... I guess this should be a separate report anyway... The first diff explains how the dimnames list should
2016 Aug 24
2
summary.default rounding on numeric seems inconsistent with other R behaviors
...the ~15 year old S "standard"... and > indeed I was implicitly *asking* for proposals of such a change, > but I think I never saw a (careful) proposal. > In the spirit of probably 99% of other "base R" code, a change > should really *not* round __at all__ in the summary() methods, > but *only* in the print() methods of such summary() results. > OTOH, for back compatibility, if a user does use summary(.., digits=.) > explicitly, these digits should be 'obeyed' of course. > I think summary(<1-variable>) co...