Re: [R] what is R best for; what should one learn in addition to R

2009-04-20 Thread Josh Stumpf
You might also try looking in to Python. It has lots of mathematical and computational libraries (numpy and scipy are particularly useful), as well some to deal with concurrency (e.g. Parallel Python), and can interact with R (rpy and rpy2). Josh Stumpf On Mon, Apr 20, 2009 at 8:49 AM, Juliet

[R] mvpart error

2009-03-22 Thread Josh Stumpf
g a previous version of R The current system is R 2.8.1 running under Ubuntu Jaunty. Any ideas as to the cause? Josh Stumpf Eastern Michigan University [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz

[R] mvpart error - is.leaf

2009-03-15 Thread Josh Stumpf
Hello, When trying to run mvpart either specifying my own parameters or using the defaults, I get the following error: Error in all(is.leaf) : unused argument(s) (c(FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE)) As far as I can tell, is.leaf is part of the dendrogam package, so I'm assuming the