[R] a correlation matrix subset where the subset avg. is a maximum

2006-10-13 Thread Ryan Austin
Hello R group, Given a correlation matrix, I would like to obtain the best subset of pairs in the matrix of some size n such that the mean of r for that subset is a maximum compared to any other possible subset of size n. I've been looking at the deal and subselect packages but they don't

[R] a correlation matrix subset where the subset avg is a maximum

2006-10-13 Thread Ryan Austin
Hello R group, Given a correlation matrix, I would like to obtain the best subset of pairs in the matrix of some size n such that the mean of r for that subset is a maximum compared to any other possible subset of size n. I've been looking at the deal and subselect packages but they don't

[R] a correlation matrix subset where the subset avg. is a maximum

2006-10-13 Thread Ryan Austin
Hello R group, Given a correlation matrix, I would like to obtain the best subset of pairs in the matrix of some size n such that the mean of r for that subset is a maximum compared to any other possible subset of size n. I've been looking at the deal and subselect packages but they don't

Re: [R] a correlation matrix subset where the subset avg is a maximum

2006-10-13 Thread Ryan Austin
brute force idea. It's useless and I apologize. I Made a mistake. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Austin Sent: Friday, October 13, 2006 2:43 PM To: r-help@stat.math.ethz.ch Subject: [R] a correlation matrix subset where the subset avg

Re: [R] a correlation matrix subset where the subset avg is a maximum

2006-10-13 Thread Ryan Austin
brute force idea. It's useless and I apologize. I Made a mistake. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Austin Sent: Friday, October 13, 2006 2:43 PM To: r-help@stat.math.ethz.ch Subject: [R] a correlation matrix subset where the subset avg

Re: [R] a correlation matrix subset where the subset avg is a maximum

2006-10-13 Thread Ryan Austin
brute force idea. It's useless and I apologize. I Made a mistake. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Austin Sent: Friday, October 13, 2006 2:43 PM To: r-help@stat.math.ethz.ch Subject: [R] a correlation matrix subset where the subset

Re: [R] a correlation matrix subset where the subset avg is a maximum

2006-10-13 Thread Ryan Austin
Dirk, I wasn't aware I was. However, my mail server and local network have been really glitchy today. My apologies. The discretion of a personal email would have been appreciated. Dirk Eddelbuettel wrote: Ryan, For Pete's sake please stop sending everything three times! Thanks, Dirk

Re: [R] problem in install on ubuntu

2006-08-24 Thread Ryan Austin
Hi Bruno, Your missing the Basic Linear Algebra Subroutines 3.0 package. apt-get install refblas3 should fix the problem. (At least in Debian, should be the same for Ubuntu) Ryan Bruno Grimaldo Martinho Churatae wrote: Hi, the problem is: /usr/bin/ld: cannot find -lblas-3 collect2: ld

Re: [R] problem in install on ubuntu

2006-08-24 Thread Ryan Austin
Sorry, that should be: apt-get install refblas3-dev apt-get install refblas3 should fix the problem. (At least in Debian, should be the same for Ubuntu) Ryan Bruno Grimaldo Martinho Churatae wrote: Hi, the problem is: /usr/bin/ld: cannot find -lblas-3 collect2: ld returned 1 exit status

Re: [R] rpvm/snow packages on a cluster with dual-processor machi nes

2006-08-11 Thread Ryan Austin
Hi, Adding a node twice gives a duplicate node error. However, adding the parameter sp=2000 to your pvm hostfile should enable dual processors. Ryan Liaw, Andy wrote: Caveat: I've only played with this a couple of years ago... I believe you can just add each host _twice_ (or as many times