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.

4 results for “from:Vele Samak”

Implementation of S-Plus "nlmib" routine in R
Vele Samak · Oct 5, 2002 · r-help

Try nlm and optim in the base package. Both of these are substitutes for the nlminb in splus, although optim is a more generic one with box constraints. Perhaps others can elaborate on this. -- Vele Samak http://www.velesamak.com...

R_NilValue blows up on Windows
Vele Samak · Aug 22, 2002 · r-help

Ok, Here's the c code that's loaded into R as dll on windows: #include <R.h> #include <Rdefines.h> SEXP test1(SEXP col); SEXP test1(SEXP col) { SEXP col2; Rprintf("no value!\n"); return col2; } Compiles ok with...

Threaded R-Java
Vele Samak · Sep 24, 2002 · r-help

I was about to write a response until Duncan wrote my exact thoughts. As he said, I'd be surprised if S-plus is thread-safe or has a threaded execution capability of S code. This is not something trivial...

Kudos for R team
Vele Samak · Sep 21, 2002 · r-help

Hi, I just wanted to give kudos to the R team for building a performance oriented software for statistics. As someone who deals regularly with tons of data speed in analysis is a priority. I'll mention one example where...

Can't find what you're looking for? Try searching with Google .