search for: zumel

Displaying 11 results from an estimated 11 matches for "zumel".

2016 Aug 19
3
summary.default rounding on numeric seems inconsistent with other R behaviors
...6/08/my-criticism-of-r-numeric-summary/> (I am not trying to be rude, more I am trying to emphasize why this can be confusing to new users). --------------- John Mount http://www.win-vector.com/ <http://www.win-vector.com/> Our book: Practical Data Science with R http://www.manning.com/zumel/ <http://www.manning.com/zumel/> [[alternative HTML version deleted]]
2016 Aug 19
0
summary.default rounding on numeric seems inconsistent with other R behaviors
...t; > (I am not trying to be rude, more I am trying to emphasize why this can be > confusing to new users). > > > > --------------- > John Mount > http://www.win-vector.com/ <http://www.win-vector.com/> > Our book: Practical Data Science with R http://www.manning.com/zumel/ < > http://www.manning.com/zumel/> > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- _________________________...
2019 Oct 05
4
should base R have a piping operator ?
...mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > > --------------- > John Mount > http://www.win-vector.com/ > Our book: Practical Data Science with R > https://www.manning.com/books/practical-data-science-with-r-second-edition > <http://www.manning.com/zumel/> > > > > > [[alternative HTML version deleted]]
2020 Aug 10
1
lm() takes weights from formula environment
...an example of the issue. emptyenv() can not be used, as it is needed for the eval (errors out even if weights are not used with "could not find function list"). For some applications one doesn't want the formula to have a non-trivial environment with respect to serialization. Nina Zumel wrote about reference leaks in lm()/glm() and a good part of that was environments other than global/base (such as those formed when building a formula in a function) capturing references to unrelated structures. > On Aug 10, 2020, at 11:34 AM, Duncan Murdoch <murdoch.duncan at gmail.com&g...
2016 Aug 24
2
summary.default rounding on numeric seems inconsistent with other R behaviors
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Tue, 23 Aug 2016 14:33:58 +0200 writes: >>>>> Dirk Eddelbuettel <edd at debian.org> >>>>> on Fri, 19 Aug 2016 11:40:05 -0500 writes: >> It is the old story of defined behaviour and expected outcomes. Hard to >> change now. >
2019 Oct 05
0
should base R have a piping operator ?
...rg mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel --------------- John Mount http://www.win-vector.com/ <http://www.win-vector.com/> Our book: Practical Data Science with R https://www.manning.com/books/practical-data-science-with-r-second-edition <http://www.manning.com/zumel/> [[alternative HTML version deleted]]
2019 Oct 05
6
should base R have a piping operator ?
Dear R-devel, The most popular piping operator sits in the package `magrittr` and is used by a huge amount of users, and imported /reexported by more and more packages too. Many workflows don't even make much sense without pipes nowadays, so the examples in the doc will use pipes, as do the README, vignettes etc. I believe base R could have a piping operator so packages can use a pipe in
2019 Oct 05
0
should base R have a piping operator ?
...thz.ch/mailman/listinfo/r-devel >> >> >> --------------- >> John Mount >> http://www.win-vector.com/ >> Our book: Practical Data Science with R >> https://www.manning.com/books/practical-data-science-with-r-second-edition >> <http://www.manning.com/zumel/> >> >> >> >> >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >
2016 Apr 06
0
Revolutions blog: March 2016 Roundup
...-models-with-excel.html You can now use magrittr pipes with the out-of-memory XDF data files used by Microsoft R Server: http://blog.revolutionanalytics.com/2016/03/dplyrxdf-update.html Watch the recorded webinar "Data Preparation Techniques with R", and download the free e-book by Nina Zumel: http://blog.revolutionanalytics.com/2016/03/data-preparation-webinar.html An R-based application to automatically classify galaxies in the World Wide Telescope was featured in a keynote at Microsoft's Data Driven event: http://blog.revolutionanalytics.com/2016/03/sql-server-2016-launch.html...
2020 Aug 10
3
lm() takes weights from formula environment
I wish I had started with "I am disappointed that lm() doesn't continue its search for weights into the calling environment" or "the fact that lm() looks only in the formula environment and data frame for weights doesn't seem consistent with how other values are treated." But I did not. So I do apologize for both that and for negative tone on my part. Simplified
2019 Mar 29
4
Use of C++ in Packages
First, thank you to Tomas for writing his recent post[0] on the R developer blog. It raised important issues in interfacing R's C API and C++ code. However I do _not_ think the conclusion reached in the post is helpful > don?t use C++ to interface with R There are now more than 1,600 packages on CRAN using C++, the time is long past when that type of warning is going to be useful to the