[R] SVM parameters...

2005-06-27 Thread Vivek Subramanian
hi, i am really sorry to ask this on the list, but i havent been able to find anything on this topic. i would like to know how the various parameters in the svm function call in library e1071 work. all the literature that i was able to find on the internet have been on the mathematics and derivat

Re: [R] Excel files first row not being read

2005-06-16 Thread Vivek Subramanian
eign library? > > On Thu, 16 Jun 2005 15:51:22 +0530 > Vivek Subramanian <[EMAIL PROTECTED]> wrote: > > > hi, > > > > i am using the RODBC package to read excel files using > > odbcConnectExcel and susequently sqlFetch to read the contents of the > > file. &

[R] Excel files first row not being read

2005-06-16 Thread Vivek Subramanian
hi, i am using the RODBC package to read excel files using odbcConnectExcel and susequently sqlFetch to read the contents of the file. the file that i use is just a matrix of numbers thats all. no headers and column names. what happens is that the sqlFetch is not reading my first row of numbers.

[R] Reading Excel files...Error

2005-06-15 Thread Vivek Subramanian
hi, i am using the RODBC package to read .xls files. now after i installed the package and loaded the library and tried to read a file this is the error i got. >channel<-odbcConnect("D:/rstuff/1.xls") Warning messages: 1: [RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver Manager]

[R] Interfacing R

2005-06-13 Thread Vivek Subramanian
hi, i am developing an application on the windows platform with the win32 api. my application has to accept a file and then call R to process that file. i would like to know how i can do this? is there a header file that i can use or is there any other way to do it. i am writting my application us