Skip to content

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.

10 results for “from:pau carre”

Getting SVM minimized function value
pau carre · Apr 14, 2006 · r-help

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

How to create a directoy with R
pau carre · Mar 27, 2006 · r-help

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...

The R "fork"
pau carre · Mar 18, 2006 · r-help

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...

Execute a list of R instructions from a file
pau carre · Jan 22, 2006 · r-help

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...

R gets slow
pau carre · Mar 26, 2006 · r-help

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...

R socket communication
pau carre · Feb 5, 2006 · r-help

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...

R gets slow
pau carre · Mar 25, 2006 · r-help

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...

R gets slow
pau carre · Mar 26, 2006 · r-help

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...

R socket communication
pau carre · Feb 5, 2006 · r-help

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...

R functionality from within C# .NET
pau carre · Mar 20, 2006 · r-help

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 .