[R] variable importance in random forest

2005-02-28 Thread Murad Nayal
the result returned by the randomForest function? or do I have to use the original Breiman code to get access to this measure? I am using randomForest package release 4.3 many thanks Murad Nayal __ R-help@stat.math.ethz.ch mailing list https

Re: [R] unavoidable loop? a better way??

2004-11-12 Thread Murad Nayal
__ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[Fwd: Re: [R] unavoidable loop? a better way??]

2004-11-12 Thread Murad Nayal
__ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] 64-bit R on Intel Xeon EM64T running fine

2004-10-12 Thread Murad Nayal
/posting-guide.html -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926 __ [EMAIL

[R] debugging non-visible functions

2004-10-12 Thread Murad Nayal
, newdata = list(), type = c(vector, prob, class, matrix), ...) { ... deleted code ... } environment: namespace:rpart debug(predict.rpart,pos=package:rpart) Error: Object predict.rpart not found how can I 'debug' non-visible functions, like predict.rpart? many thanks Murad Nayal

Re: [R] silhoutte.default bugs

2004-01-22 Thread Murad Nayal
Martin Maechler wrote: Murad == Murad Nayal [EMAIL PROTECTED] on Wed, 21 Jan 2004 15:19:28 -0500 writes: Murad This might have been fixed in later versions (I am Murad using R1.7.0), yes, the bug has been fixed long ago, from my ChangeLog (!), it was 2003-07-18. sorry

[R] silhoutte.default bugs

2004-01-21 Thread Murad Nayal
=minC))] s.i - (b.i - a.i)/pmax(b.i, a.i) wds[iC, sil_width] - s.i } attr(wds, Ordered) - FALSE attr(wds, call) - cll class(wds) - silhouette wds } -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons

[R] model-based clustering

2004-01-14 Thread Murad Nayal
in an automated, non interactive fashion. regards, Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926

Re: [R] model-based clustering

2004-01-14 Thread Murad Nayal
in an automated, non interactive fashion. regards, Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926

[R] SVM question

2003-11-18 Thread Murad Nayal
on the list might have had recent experience with these types of problems and can offer some comments about such an approach. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th

[R] graphics reset

2003-11-16 Thread Murad Nayal
the graphics parameters to default values, say in these cases where you forgot to save the original values and want to restore the graphics to some sane state after a long R session. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians

Re: [R] kmeans error (bug?)

2003-11-10 Thread Murad Nayal
out empty. It wasn't immediately clear how could further refinement result in clusters becoming empty. thanks for the feedback On Mon, 10 Nov 2003, Murad Nayal wrote: I have been getting the following intermittent error from kmeans: str(cavint.p.r) num [1:1967, 1:13] 0.691 0.123 0.388

[R] kmeans error (bug?)

2003-11-09 Thread Murad Nayal
Hello, I have been getting the following intermittent error from kmeans: str(cavint.p.r) num [1:1967, 1:13] 0.691 0.123 0.388 0.268 0.485 ... - attr(*, dimnames)=List of 2 ..$ : chr [1:1967] 6 49 87 102 ... ..$ : chr [1:13] HYD NEG POS OXY ... set.seed(34) kmeans(cavint.p.r,centers=34)

[R] clustering distributions

2003-11-07 Thread Murad Nayal
Hi, I have a dataset where each case is characterized by a histogram. I would like to cluster these cases using a sensible distance measure, possibly relative entropy? Is there a way I can use R facilities to do this (hclust etc.). I couldn't find an alternative to dist that would compute

[R] anova model refinement/clustering question

2003-10-23 Thread Murad Nayal
object and trick hclust into using it. I am somewhat of an amateur in the field (and R) and I am probably making that obvious. any guidance to the 'right' path to approach this (privately or on the list) is really appreciated. many thanks Murad -- Murad Nayal M.D. Ph.D. Department

[R] multiple character matching within a string

2003-10-11 Thread Murad Nayal
if I say that this has proven to be extremely slow (I am not sure exactly why though, is it because strsplit creates new list for every call?). Is there an alternative way to do this short of going to compiled code? many thanks, -- Murad Nayal M.D. Ph.D. Department of Biochemistry

[R] EMACS/ESS problems

2003-10-02 Thread Murad Nayal
for a workaround? both emacs/ess are relatively recent versions (installed a few months ago). I tried using ess-eval-buffer/region instead of cutting and pasting and the same thing happens for me. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College

Re: [R] EMACS/ESS problems

2003-10-02 Thread Murad Nayal
(1,2,3) ess-eval-region returns with Finished evaluation. but the v vector is still not defined in R I am sure I am doing something silly. just can't figure out what? 2. [EMAIL PROTECTED] might be a better place to send this. thanks for the advice. I'll try that too. Murad Nayal [EMAIL

Re: [R] EMACS/ESS problems

2003-10-02 Thread Murad Nayal
in argument lists to functions). While I can expand on the reasons, for the moment I just want to suggest that you get into the habit of using the assignment arrow. Rich -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia

[R] lattice question

2003-08-29 Thread Murad Nayal
. is that possible? regards -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926 __ [EMAIL

[R] help on barplot

2003-07-20 Thread Murad Nayal
to plot a 3D-histogram in R (a true 3D bar plot, without using image). many thanks Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax

Re: [R] Formal definitions of R-language.

2003-07-17 Thread Murad Nayal
/mailman/listinfo/r-help -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926 __ [EMAIL

Re: [R] help on R programming.

2003-06-24 Thread Murad Nayal
thanks you all for the replies, it's been very helpful. regards Prof Brian Ripley wrote: On Mon, 23 Jun 2003, Murad Nayal wrote: - what is the correct way to -remove- a component from a list. this seems to do the trick: list[[1]] = NULL, however, you'd think this should simply

[R] help on R programming.

2003-06-23 Thread Murad Nayal
that will allow me to do this? - what is the correct way to -remove- a component from a list. this seems to do the trick: list[[1]] = NULL, however, you'd think this should simply attach a NULL object at the first component position? many thanks for any help -- Murad Nayal M.D. Ph.D. Department