Re: [R] SVM functions

2010-10-06 Thread Michael Green
Hi, I don't know why your package does not work, but if you only want access to an SVM, you can use the svm function in the e1071 package instead. Cheers, Michael -Original Message- From: Neeti [mailto:nikkiha...@gmail.com] Sent: 5. oktober 2010 12:43 To: r-help@r-project.org Subject:

[R] How do I create a plotable zoo object based on weekly data?

2010-09-16 Thread Michael Green
to solve this? Best regards, Michael Green __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

[R] How do I create a plotable zoo object based on weekly data?

2010-09-16 Thread Michael Green
to solve this? Best regards, Michael Green __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

Re: [R] question about converting a matrix to a dataframe

2010-09-16 Thread Michael Green
Use as.data.frame instead. It does what you want it to do. newdata.df-as.data.frame(stocks1[1:5,2:5]) Cheers, Michael -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Leigh E. Lommen Sent: 16. september 2010 17:18 To: