[R] support vector machine for right censored data

2010-10-11 Thread SUBIRANA CACHINERO, ISAAC
Hi, Does anybody know how to fit a support vector machine regression with right censored time-to-event response to select the best subset among several predictor variables? Thanks in advance. __ R-help@r-project.org mailing list

[R] Support Vector Machine

2009-02-23 Thread Meir Preiszler
Hi, I would like to try using a Support Vector Machine on a classification problem that I'm dealing with. Does such a package exit in R? Thanks Meir Meir Preiszler - Research Engineer I t a m a r M e d i c a l Ltd. Caesarea, Israel: Tel: +(972) 4

Re: [R] Support Vector Machine

2009-02-23 Thread Crouch, Daniel
Kingdom From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On Behalf Of Meir Preiszler [pm...@itamar-medical.com] Sent: 23 February 2009 15:16 To: r-help@r-project.org Subject: [R] Support Vector Machine Hi, I would like to try using a Support

Re: [R] Support Vector Machine

2009-02-23 Thread Prof Brian Ripley
-project.org [r-help-boun...@r-project.org] On Behalf Of Meir Preiszler [pm...@itamar-medical.com] Sent: 23 February 2009 15:16 To: r-help@r-project.org Subject: [R] Support Vector Machine Hi, I would like to try using a Support Vector Machine on a classification problem that I'm dealing with. Does

Re: [R] Support Vector Machine

2009-02-23 Thread Tony Breyal
There's loads of packages in the Machine Learning R Task View: http://cran.r-project.org/web/views/MachineLearning.html for example: package e1071 (http://cran.r-project.org/web/packages/ e1071/index.html) has a function called svm() On 23 Feb, 15:16, Meir Preiszler pm...@itamar-medical.com