Re: [R] bagged importance estimates in earth problem

2009-05-18 Thread Joseph Retzer
importance estimates in earth problem To: Joseph Retzer joe_ret...@yahoo.com Cc: R help r-h...@stat.math.ethz.ch Date: Saturday, May 16, 2009, 5:19 PM On Sat, 2009-05-16 at 08:57 -0700, Joseph Retzer wrote: I was trying to produced bagged importance estimates of attributes in earth using

Re: [R] bagged importance estimates in earth problem

2009-05-18 Thread Joseph Retzer
careful read of my original email would have made that clear. Thanks, --- On Mon, 5/18/09, Max Kuhn mxk...@gmail.com wrote: From: Max Kuhn mxk...@gmail.com Subject: Re: [R] bagged importance estimates in earth problem To: Joseph Retzer joe_ret...@yahoo.com Cc: gavin.simp...@ucl.ac.uk, R help r-h

Re: [R] bagged importance estimates in earth problem

2009-05-18 Thread Joseph Retzer
Thanks for the info. some notes below: --- On Mon, 5/18/09, Max Kuhn mxk...@gmail.com wrote: From: Max Kuhn mxk...@gmail.com Subject: Re: [R] bagged importance estimates in earth problem To: Joseph Retzer joe_ret...@yahoo.com Cc: gavin.simp...@ucl.ac.uk, R help r-h...@stat.math.ethz.ch Date

[R] bagged importance estimates in earth problem

2009-05-16 Thread Joseph Retzer
I was trying to produced bagged importance estimates of attributes in earth using the caret package with the following commands:   fit2 - bagEarth(loyalty ~ ., data=model1, B = 10)   bagImpGCV - varImp(fit2,value=gcv) My bootstrap estimates are produced however the second command varImp

Re: [R] Thin frame line around R pdf output in LaTeX

2008-07-26 Thread Joseph Retzer
you if you don't use misleading descriptions. On Fri, 25 Jul 2008, Joseph Retzer wrote: I'm using R 2.7 on an Intel MAC. When I produce a pdf graph, I save the output window from the menu to a pdf file. This gives a very nice quality graph. Eh? I think you mean when you plot on a quartz

[R] Cluster Package - Clara w/ categorical variables

2007-12-17 Thread Joseph Retzer
I'm running a cluster analysis with many observations (approx. 7,000) using both continuous and categorical variables. PAM is a theoretically appealing approach however I believe the number of observations makes its use untenable. CLARA, which uses the PAM algorithm seems like the algorithm to

[R] CLUE package consensus function cl_medoid behavior

2007-09-11 Thread Joseph Retzer
When using cl_medoid to create a consensus clustering I've noticed that the list element in the resulting object containing the cluster assignments by case will switch between the [1] and [3] positions. This has happened when re-running the code without changes. Has anyone else experienced