search for: jquesada

Displaying 20 results from an estimated 21 matches for "jquesada".

Did you mean: quesada
2007 May 07
3
like apply(x,1,sum), but using multiplication?
...pply(x,2,"*") I know this must be trivial, but I get: Error in FUN(newX[, i], ...) : invalid unary operator The help for apply states that unary operators must be quoted. I tried single quotes too, with the same results. Thanks, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2006 Apr 27
3
gmane?
...st added, use the subscription form. Almost any mailing list can be added. Just include subscription information. Mailing list archives can be imported into Gmane." What do you think? -- Cheers, -Jose -- Jose Quesada, PhD. j.quesada@sussex.ac.uk Dept. of Psychology http://www.andrew.cmu.edu/~jquesada Sussex University Brighton, UK [[alternative HTML version deleted]]
2006 Apr 18
6
R and ViM
Dear all, I'm starting to learn R, but I'm already programing for a while, using ViM as editor. Therefore I'd like to be able to use R together with ViM. My question now is, whether there are already people out there knowing how to do this in a similar easy way as with Emacs, and if those would be willing to share this knowledge. I did already research on the web on this topic,
2004 Dec 01
2
rank in descending order?
...here any simple solution to get ranks in descending order? Example, a <- c(10, 98, 98, 98, 99, 100) r <- rank(a, ties.method="average") produces 1 3 3 3 5 6 I would want this instead: 6 5 3 3 3 1 Note that reversing r doesn't work but in small examples. Thanks, -Jose -- jquesada at andrew.cmu.edu Research associate http://lsa.colorado.edu/~quesadaj Dept. of Social and Decision Sciences http://www.andrew.cmu.edu/~jquesada Carnegie Mellon University Porter Hall Phone: 412 268 6011 office PH208-J Fax: 412 268 6938 5000 Forbes ave. 15213, Pittsburgh, PA
2006 Apr 16
0
R-vim suite
Hi All, If you use vim to edit R code, you may be interested in this. I have put together a personalized syntax file, some code templates, and a way to send code from Vim to R using autoHotKeys (windows). http://www.andrew.cmu.edu/user/jquesada/RvimSuite/instructions.html Actually, the little autoHotKeys can be useful even if you don't use vim just to send the example R code from the help pages to the console. Best wishes, -Jose -- Jose Quesada, PhD. j.quesada at sussex.ac.uk Dept. of Psychology http://www.andrew.cmu.edu/~jques...
2004 Jul 23
6
R on AMD64 (Opteron)
Hi, I was wondering if anyone has had good experiences using R on Linux with dual AMD64 (Opteron) processors. I'm thinking of buying a couple of such servers, but I'd like to make sure R would work fine. The "R Installation and Administration" guide notes that there may be some problems with BLAS libraries. That's all I could find about R on AMD64. Please share your
2008 Dec 06
1
R vs Python performance-wise
...s for both languages, and of course, there's a reliable way to bind the two languages together, Rpy: http://rpy.sourceforge.net/ So this may not be a big deal which one to pick. Thanks, -Jose -- Jose Quesada, PhD. Max Planck Institute, Human Development, Berlin http://www.andrew.cmu.edu/~jquesada
2007 Jan 23
3
[fixed] vectorized nested loop: apply a function that takes two rows
...resulting vector be a 1-D Matrix object? This solution seems inneficient. Is there an easy way of achieving this with a clever do.call + apply combination? -- Thanks in advance, -Jose -- Jose Quesada, PhD Research fellow, Psychology Dept. Sussex University, Brighton, UK http://www.andrew.cmu.edu/~jquesada
2007 Jan 23
3
[fixed] vectorized nested loop: apply a function that takes two rows
...resulting vector be a 1-D Matrix object? This solution seems inneficient. Is there an easy way of achieving this with a clever do.call + apply combination? -- Thanks in advance, -Jose -- Jose Quesada, PhD Research fellow, Psychology Dept. Sussex University, Brighton, UK http://www.andrew.cmu.edu/~jquesada
2007 Jul 16
1
R equivalent to Matlab's Bayes net toolbox
...n any form of bayesian networks modeling; However, since I have a better background in R than in Matlab, I'd love to stay with R. Any resources (mailing lists, books, tutorials) would be greatly appreciated. Thanks a lot in advance, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jan 26
2
%*% in Matrix objects
...acing the drop=T as before... Also, it seems that in normal matrix objects %*% behaves the same as *, but in Matrix objects that is not the case. What am I missing? -- Thanks, -Jose -- Jose Quesada, PhD Research fellow, Psychology Dept. Sussex University, Brighton, UK http://www.andrew.cmu.edu/~jquesada
2007 Dec 19
1
Correlation when one variable has zero variance (polychoric?)
...oric estimates using the approximation completely wrong? Is there any way to compute a polychoric correlation with such a dataset? What should I conclude from data like these? Maybe using correlation is not the right thing to do. Thanks, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jan 23
0
vectorized nested loop: apply a function that takes two rows
...= cosine(x[, i], x[, j]) } } } This solution seems inneficient. Is there an easy way of achieving this with a clever do.call + apply combination? -- Thanks in advance, -Jose -- Jose Quesada, PhD Research fellow, Psychology Dept. Sussex University, Brighton, UK http://www.andrew.cmu.edu/~jquesada
2007 Apr 16
1
colSum() in Matrix objects
...wonder whether I'm using the default colSums() or the one specific to CsparseMatrix... #example (z = Matrix(c(0,1,0,0), 10,10)) zr = rowSums(z) class(zr) # numeric; I'd like it to be a CSparseMatrix object Thanks a lot in advance, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 May 15
1
Matrix package: writeMM
...a = as(a, "CsparseMatrix") writeMM(a, "kk.mm") b = readMM("kk.mm") Error in validObject(.Object) : invalid class "dgTMatrix" object: all row indices must be between 0 and nrow-1 Thoughts? Thanks, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jun 14
1
Error: bad value ? what is that?
...Error: bad value to _whatever_ I enter. It starts doing this after a while, not immediately when launched. I have to restart R when this happens. No idea why. I didn't change anything in the R config that I remenber. Any thoughts? Thanks. -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jun 19
1
Matrix library error: "should never happen; please report"
...atures shown will be used) diagonalMatrix#CsparseMatrix ddenseMatrix#CsparseMatrix in: .findInheritedMethods(classes, fdef, mtable) I got 4 other copies of the same warning. Will play around a bit more... This is really strange. Thanks -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jun 22
1
Matrix library, CHOLMOD error: problem too large
...OD error: problem too large Error in asMethod(object) : Cholmod error `problem too large' I have 2 Gb of RAM, and the current workspace is barely 300mb. Is there any workaround to this? Anyone has any experience with this error? Thanks, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2007 Jun 22
1
Matrix library, CHOLMOD error: problem too large
...OD error: problem too large Error in asMethod(object) : Cholmod error `problem too large' I have 2 Gb of RAM, and the current workspace is barely 300mb. Is there any workaround to this? Anyone has any experience with this error? Thanks, -Jose -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada
2008 Sep 11
0
Error: bad value
...Error: bad value to _whatever_ I enter. It starts doing this after a while, not immediately when launched. I have to restart R when this happens. No idea why. I didn't change anything in the R config that I remenber. Any thoughts? Thanks. -- Jose Quesada, PhD. http://www.andrew.cmu.edu/~jquesada ______________________________________________ R-help_at_stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. Received on Thu 14...