search for: gata

Displaying 6 results from an estimated 6 matches for "gata".

Did you mean: data
2012 Feb 23
0
error in optim: initial value in 'vmmin' is not finite
...0 Saldeana 2 2 31 Saldeana 2 2 32 Merchanas 2 2 33 Merchanas 2 2 34 Merchanas 2 2 35 CR 3 2 36 CR 2 2 37 B?jar 4 4 38 B?jar 8 8 39 B?jar 6 6 40 Gata 2 3 41 Gata 2 3 42 Sta Teresa 4 4 43 Sta Teresa 5 5 44 Sta Teresa 2 2 45 Sta Teresa 2 2 46 Francia 3 2 47 Francia 2 2 48 Navamu?o 21 21 49 Navamu?o 8 8 50 Ledesma 11...
2012 Sep 12
1
SNPRelate package error
...grDevices utils datasets methods base other attached packages: [1] SNPRelate_0.9.7 gdsfmt_0.9.10 loaded via a namespace (and not attached): [1] tools_2.15.0 Best regards, Jo?o Fadista, Ph.D. Post Doc Lund University Diabetes Centre CRC, Malm? University Hospital Jan Waldenstr?ms gata 35, building 60, level 13 SE-205 02 Malm?, Sweden Tel: +46 (0)40 391237 e-mail: joao.fadista at med.lu.se
2008 Jan 20
1
winbind forced password change requires interactive shell
...ot; indicates that the only difference is that the interactive session does "pam_winbind(passwd:chauthtok)"; this never happens when running a command or just using tunnels. Any ideas? Best regards, --- Peter ?strand ThinLinc Chief Developer Cendio AB http://www.cendio.se Wallenbergs gata 4 583 30 Link?ping Phone: +46-13-21 46 00
2012 Sep 02
3
Loading Chess Data
All, What would be the most efficient way to load the data at the following address into a dataframe? http://ratings.fide.com/top.phtml?list=men Thanks, David -- View this message in context: http://r.789695.n4.nabble.com/Loading-Chess-Data-tp4642006.html Sent from the R help mailing list archive at Nabble.com.
2009 Dec 17
2
some help regarding combining columns from different files
Dear all, Here is my code which am using to combine 5th column from different data sets. Here is the function to do my job genesymbol.append.file <-NULL gene.column <- NULL readGeneSymbol <- function(files,genesymbol.column=5){ for(i in fnames){ temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2013 Mar 26
0
Converting 2D matrix to 3D array
Hi, I would like to create M paths of 2 correlated brownian motion incrementals where each path is of length N. I use mvrnorm to create all the increments, i.e. h <- 1.0; COV <- matrix(c(1,0,0,1),nrow=2); dW <- h * t(mvrnorm(n=N*M,mu=c(0,0),Sigma=COV)); The next step is that I'd like to wrap dW (2D matrix of size 2x(NM) into a 3D array where each slice is 2xN matrix and