1 May 2006 10:36
[Rd] wishlist: summary for regression models to report number of omitted cases because of NAs (PR#8824)
<groemping <at> tfh-berlin.de>
2006-05-01 08:36:21 GMT
2006-05-01 08:36:21 GMT
Full_Name: Ulrike Grömping Version: 2.3.0 OS: Windows Submission from: (NULL) (84.190.150.205) Whenever any observations are excluded from a regression analysis (lm, glm, and other similar procedures) because of missing values, I would find it very useful if this fact is directly visible from the output. I think that the information should not only be available (I can e.g. look at length of the na.action element of the lm object) but that a serious statistical software should draw users' attention to the fact that observations have been excluded. For convenience, it would also be nice in general if the number of observations used in the analysis is indicated (for lm it is of course possible but a bit awkward to find this number in case of many parameters). I hope that this will be implemented because it is quite easy to do (as far as I can see). It would make it easier for students and applied researchers to comply with my preaching to always report on the number of valid observations and the portion of values excluded for missingness. With kind regards, Ulrike Grömping ______________________________________________ R-devel <at> r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
(As I'm not aware of the meaning of this `orNone'
argument, I cannot fully appreciate yet the extent of your solution.)
`?dev.interactive' says:
Test if an interactive graphics device is in use.
I'm not sure what is the meaning of "in use" in that sentence.
An interactive device may be opened, while not being current, so some
may say that this device is in use, others may say that it is not. I'm
not English speaking, but yet, I would dare to suggest either:
Test if the current graphics device is interactive.
or:
Test if some opened interactive graphics device is interactive.
rephrased in correct English if needed.
`ask' would ideally be TRUE if the _current_ device is interactive. If
there is a used (opened) device which is interactive, but the current
device is not interactive, it would then be nicer if `ask' was FALSE.
RSS Feed