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.
I'd like to know what the more appropriate C compiler to use with R. Thanks, C. ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil
Hi, all. I'd like know which is the more appropriate C compiler to use with R programs. Thanks, C. ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil
Hi, friends! Has R estimation (library, for example) to do estimation in HMM? Thanks in advance, ======================================== Cezar Freitas Estatistico - Comissao Permanente para os Vestibulares / UNICAMP Probabilidade e Estatistica Aplicadas - IME / USP | IMECC / UNICAMP Campinas | Sao Paulo, SP - Brasil
There exists a plot 3d functions (or similar) in R? Thanks, ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or...
Hi, all. I'd like to know if exists a manner to get the first index where a condition is attained in a vector. For example, There is a better solution than first.index <- table(subject[corretor==27])[1] (give...
Im looking for functions that draw 3d graphics. Is it possible in R? Thanks in advance, ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...
Hi, all. Suppose I have an object with names (like a data.frame) and I want to walk in a loop with your names. How can I do this? The idea is like this: my.data<-data.frame(matrix(runif...
Hi, all! I read the faq number 7.17, but I saw the book Statistical Models in S and I'm trying lead with GAM models in R. Are the only packages that lead with this mgcv, gss and mda...
Hi all. A simple question. Supose that I have a vector beta <- c(1,2,3) I need a vector which indice i be beta[i]*sum(beta[-i]) For example, result <- rep(0,3) for(i in 1:3...
Excuse me, but I wasn't clear. It's a generic funcion, like f(beta) and g(beta) result<-rep(0,3) for(i in 1:3) result[i]<-sum(f(beta[-i])/g(beta[-i])) for example, f(beta...
Can't find what you're looking for? Try searching with Google .