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:Cezar Augusto de Freitas Anselmo”

C compiler to R
Cezar Augusto de Freitas Anselmo · Jul 21, 2003 · r-help

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

C compiler to R
Cezar Augusto de Freitas Anselmo · Jul 17, 2003 · r-help

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

hidden markov models in R?
Cezar Augusto de Freitas Anselmo · Jun 20, 2004 · r-help

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

Plot 3d
Cezar Augusto de Freitas Anselmo · Mar 18, 2002 · r-help

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

Locate first index
Cezar Augusto de Freitas Anselmo · Sep 19, 2003 · r-help

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

About plot 3d
Cezar Augusto de Freitas Anselmo · Mar 18, 2002 · r-help

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

evaluating and walking in names
Cezar Augusto de Freitas Anselmo · Aug 6, 2003 · r-help

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

GAM models (fwd)
Cezar Augusto de Freitas Anselmo · Dec 10, 2001 · r-help

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

vectoring a simple for
Cezar Augusto de Freitas Anselmo · Nov 25, 2002 · r-help

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

more on vectoring a simple for
Cezar Augusto de Freitas Anselmo · Nov 25, 2002 · r-help

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 .