[R] hidden markov models in R?

2004-06-20 Thread Cezar Augusto de Freitas Anselmo
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 |

[R] Locate first index

2003-09-19 Thread Cezar Augusto de Freitas Anselmo
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 me the subject for the first time that corretor is 27)? Thanks,

[R] evaluating and walking in names

2003-08-08 Thread Cezar Augusto de Freitas Anselmo
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(6),ncol=2)) names(my.data) [1] X1 X2 for(i in names(my.data)){ my.variable - cat(paste(my.data$, i, \n,

[R] C compiler to R

2003-07-21 Thread Cezar Augusto de Freitas Anselmo
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 __ [EMAIL PROTECTED] mailing list

[R] C compiler to R

2003-07-17 Thread Cezar Augusto de Freitas Anselmo
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 __ [EMAIL PROTECTED] mailing list