search for: balbuena

Displaying 5 results from an estimated 5 matches for "balbuena".

2012 Jan 26
1
Error in ifelse(append, "a", "w") : , (list) object cannot be coerced to type 'logical'
...t ", append =T). I have read that including "\" in such statements can be problematic, because it is a scape character in R, but trying sep=" " instead of "\t" did not solve the problem. Any help will be much appreciated. Thanks in advance. Juan A. Balbuena -- Dr. Juan A. Balbuena Marine Zoology Unit Cavanilles Institute of Biodiversity and Evolutionary Biology University of Valencia [1]http://www.uv.es/~balbuena P.O. Box 22085 [2]http://www.uv.es/cavanilles/zoomarin/index.htm 46071 Valencia, Spain [3]http://cetus.uv...
2012 May 23
1
procrustes (vegan) plot of residual differences
...s mean residual +/- 95% CI ?). I would also like to know whether it is possible to customize the plot by, for instance, removing the lines, changing their appearance, or making them represent something else, such as mean +/- SD. Thank you very much for your attention. Juan Antonio Balbuena -- Dr. Juan A. Balbuena Marine Zoology Unit Cavanilles Institute of Biodiversity and Evolutionary Biology University of Valencia [1]http://www.uv.es/~balbuena P.O. Box 22085 [2]http://www.uv.es/cavanilles/zoomarin/index.htm 46071 Valencia, Spain [3]http://cetus.uv...
2011 Nov 21
4
Discarding a matrix based on the rowSums value
Hello I would appreciate your help on the followig. I want to generate random binary matrices but I need to discard those with all-1 rows. That is, for a 10x10 matrix with five 1's [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 0 0 0 0 0 0 0 0 0 1 [2,] 0 0 0 0 0 0 1 0 0 0 [3,] 0 0 0 0 0 0 1
2003 Sep 11
3
PROBLEM RECIVING CALLS AT FXO
...xtensions.conf ---- [dialout] ignorepat => 9 exten => _9.,1,Dial(${PSTN}/${EXTEN:1},120,T) exten => 9,1,Dial(Zap/g1/) exten => 9,2,Congestion Thanks. -------------------------- Alvaro I. Parres Peredo Director de IT Xmarts, Soluciones Inteligentes Bernardo de Balbuena #35 Tel: 36301294 http://www.xmarts.com ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >