Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

49 results for “from:Jonathan Daily”

Dealing with null values Aggregate function
Jonathan Daily · May 17, 2011 · r-help

Furthermore, aggregate passes extra arguments to FUN, so explicit declaration of na.rm = T can be done in the call to aggregate directly: aggregate(cbind(v1, v2) ~ v3, data = testDF, FUN = mean, na.rm = T) HTH, Jon On Tue, May...

R won't start keeps crashing
Jonathan Daily · May 12, 2011 · r-help

I have some suggestions inline below. My biggest suggestion would be to read the help files that came with R, especially the section "Invoking R" in "An Introduction to R". On Thu, May 12, 2011 at 10:24 AM, Bazman76...

setting options only inside functions
Jonathan Daily · Apr 29, 2011 · r-help

In python, opening a connection using with allows for a temporary assignment using "as". So: with file("/path/to/file") as con: permanent_object = function(con) would provide the return of function(con) globally, but close con. If function(con...

Using read.xls
Jonathan Daily · May 26, 2011 · r-help

Another workaround if you don't need to batch the process up is to highlight the cells of the excel file in question, copy it to the clipboard, and use read.table("clipboard"). I also use this often when people...

R in batch mode
Jonathan Daily · May 24, 2011 · r-help

myR.bat is a microsoft batch file, meant to be run from the windows command line. If you are in R, you can run R files using a single command. Please try reading the Introduction to R that ships with...

Decision Trees /Decision Analysis with R?
Jonathan Daily · Jun 8, 2011 · r-help

So TreeAge fits models but won't predict from them? That seems like bizarre behavior. I suppose I would recommend, then, looking at the source code from the aforementioned packages for how they store their split data. It sounds like...

problem with optim()
Jonathan Daily · May 19, 2011 · r-help

I cc'd r-help to get this message back on the board. Again, you haven't really answered my questions. Comments inline. On Thu, May 19, 2011 at 9:45 AM, chirine wolley <wolley.chirine at hotmail.com> wrote...

Problems with Rterm 2.13.0 - but not RGui
Jonathan Daily · May 3, 2011 · r-help

Ah ok. I suppose the fix is to get the hard path (C:/Program Files/...) on the search path and remove the symlink from the search path. Does that work? 2011/5/3 Stefan McKinnon H?j-Edwards <Stefan.Hoj...

problem with optim()
Jonathan Daily · May 19, 2011 · r-help

What do you mean when you say "wrong results"? What do you expect for the output? Your code doesn't work for me because it references X in places and X is not defined. Have you tested your functions to...

Can't find what you're looking for? Try searching with Google .