[R] Help with Matrix package

2005-10-13 Thread rob foxall \(IFR\)
Hello all, A colleague at work set me the challenge to convert some MATLAB code into R, to see which is faster. We'd seen that benchmark comparing MATLAB 6.5 to R1.90 (and others), and so I thought that I should be able to get roughly comparable speeds. The code has lots of multiplications

Re: [R] Help with Matrix package

2005-10-13 Thread rob foxall \(IFR\)
[mailto:[EMAIL PROTECTED] Sent: 13 October 2005 11:33 To: rob foxall (IFR) Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Help with Matrix package The first thing is to ensure that you are using an optimized BLAS. On Windows, use Goto's BLAS if you have it (is not currently available

[R] lda predict

2004-09-21 Thread rob foxall (IFR)
Dear R-helpers, I have a model created by lda, and I would like to use this model to make predictions for new or old data. The catch is, I want to do this without using the predict function, i.e. only using information directly from the foo.lda object to create my posterior

[R] anova subhypotheses

2003-03-06 Thread rob foxall (IFR)
Hello all, A really noddy question for you all: I'm trying without success to do some subhypothesis testing. Using simple anova model, with a toy dataset from a book. I have four factors A,B,C,D, and wish to test mu_C = mu_D. This is what I have tried: