Re: [R] Package RODBC

2007-03-07 Thread Wolfgang Raffelsberger
Monteiro -- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégrative IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 3276

Re: [R] path for source()

2007-02-08 Thread Wolfgang Raffelsberger
move files around. is there a way of setting the search path for source()? thanks a lot! cheers, andrew. -- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégrative IGBMC 1

[R] problem with compilation of R on Solaris 10 in x86

2007-01-31 Thread Wolfgang Raffelsberger
we could overcome this problem, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégrative IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300

[R] RODBC : first line of data from query omitted

2007-01-03 Thread Wolfgang Raffelsberger
svSocketsvIDE 1.1-7 0.9-5 1.58 0.9-5 0.9-5 0.9-5 Thank's in advance, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives IGBMC 1 rue Laurent Fries, 67404

Re: [R] accessing arrays

2007-01-03 Thread Wolfgang Raffelsberger
tab - array(1:8, c(2, 2, 2)) dimnames(tab[,,1]) - list(c(No,Yes), c(No,Yes),c(ARRAY1)) dimnames(tab[,,2]) - list(c(big,small), c(small,big),c(ARRAY2)) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de

Re: [R] accessing arrays

2007-01-03 Thread Wolfgang Raffelsberger
))dimnames(tab[,,2]) - list(c(big,small), c(small,big)) should look like this, , 1 No YesNo 1 3Yes 2 4 , , 2 big smallsmall 5 7big 6 8 Wolfgang Raffelsberger wrote: try this : x - array(1:24,dim=c(2,3,4),dimnames=list(letters[1:2],LETTERS[1:3],letters[23:26