search for: 073621

Displaying 7 results from an estimated 7 matches for "073621".

2017 Jan 26
3
RFC: tapply(*, ..., init.value = NA)
Last week, we've talked here about "xtabs(), factors and NAs", -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html In the mean time, I've spent several hours on the issue and also committed changes to R-devel "in two iterations". In the case there is a *Left* hand side part to xtabs() formula, see the help page example using 'esoph', it uses tapply(..., FUN = sum) and I now thin...
2017 Jan 27
1
RFC: tapply(*, ..., init.value = NA)
...ULL 6 6 There is an old related discussion starting on https://stat.ethz.ch/pipermail/r-devel/2007-November/047338.html . ---------------------------------- Last week, we've talked here about "xtabs(), factors and NAs", -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html In the mean time, I've spent several hours on the issue and also committed changes to R-devel "in two iterations". In the case there is a *Left* hand side part to xtabs() formula, see the help page example using 'esoph', it uses tapply(..., FUN = sum) and I now thin...
2017 Jan 26
2
RFC: tapply(*, ..., init.value = NA)
...-0 objects. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Jan 26, 2017 at 2:42 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > Last week, we've talked here about "xtabs(), factors and NAs", > -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html > > In the mean time, I've spent several hours on the issue > and also committed changes to R-devel "in two iterations". > > In the case there is a *Left* hand side part to xtabs() formula, > see the help page example using 'esoph', > it uses tapply(...
2017 Jan 26
0
RFC: tapply(*, ..., init.value = NA)
...-0 objects. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Jan 26, 2017 at 2:42 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > Last week, we've talked here about "xtabs(), factors and NAs", > -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html > > In the mean time, I've spent several hours on the issue > and also committed changes to R-devel "in two iterations". > > In the case there is a *Left* hand side part to xtabs() formula, > see the help page example using 'esoph', > it uses tapply(...
2017 Jan 27
0
RFC: tapply(*, ..., init.value = NA)
...the constructive feedback! Martin > On Thu, Jan 26, 2017 at 2:42 AM, Martin Maechler > <maechler at stat.math.ethz.ch> wrote: >> Last week, we've talked here about "xtabs(), factors and NAs", -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html >> >> In the mean time, I've spent several hours on the issue >> and also committed changes to R-devel "in two iterations". >> >> In the case there is a *Left* hand side part to xtabs() formula, >> see the help page ex...
2017 Jan 27
1
RFC: tapply(*, ..., init.value = NA)
...gt; Martin > > > On Thu, Jan 26, 2017 at 2:42 AM, Martin Maechler > > <maechler at stat.math.ethz.ch> wrote: > >> Last week, we've talked here about "xtabs(), factors and NAs", > -> https://stat.ethz.ch/pipermail/r-devel/2017-January/073621.html > >> > >> In the mean time, I've spent several hours on the issue > >> and also committed changes to R-devel "in two iterations". > >> > >> In the case there is a *Left* hand side part to xtabs() formula, > &...
2017 Jan 25
3
Undefined behavior of head() and tail() with n = 0
Hi all, The documentation for head() and tail() describes the behavior of these generic functions when n is strictly positive (n > 0) and strictly negative (n < 0). How these functions work when given a zero value is not defined. Both GNU command-line utilities head and tail behave differently with +0 and -0: http://man7.org/linux/man-pages/man1/head.1.html