Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hello, I have been searching a way to get the resulting optimized function value of a trained SVM model (svm from the package e1071) but I have not succeed. Does anyone knows a way to get that value? Pau
Hello, I am trying to create directories with R. I would like R to create directories because it is platform independent. I tried using file() and searching in "R Data Import/Export" but I did not succeed. I think it...
Hello, I would like to call a function that can take infinite time to be executed in some circumstances (which can not be easily detected). So, I would like that once the function is being executed for more than two...
Hello, I want to do the following: First, generate an R code in a file from an external program, then send the name of the file to R using sockets, finally let R to open that file and to execute...
Hello, I am still having the same problem, even removing the objects (with rm()). I checked the memory allocated by R and it is constant (about 4.5%), so I have no idea of what is happening... Moreover in few...
Hello, thank you for your help but I need to use the standard R packages as I am developing an academic project and I the use of external R packages is not allowed. Pau. 2006/2/5, Philippe Grosjean <phgrosjean...
Hello, I have R as a socket server that computes R code sent by some scripts (the clients). These scrips send R code to generate models (SVM). The problem is that first models are generated in less than one second...
Hello, I finally solved the problem. The solution was just remove the attach operations. When attach is called a copy of the data is generated and since I know it is not possible to delete it with rm as it...
Hello, I tried to code a R socket server but I did not succeed. The problem is that once the R socket server is created, I call the readLines function and then R gets blocked. The client seems to work...
Hello, Sometimes it is possible to copy-and-paste the R source code into your project. Some R code is actually C code so you could create a dll or something like that. I did it for a Linux C...
Can't find what you're looking for? Try searching with Google .