search for: padualaan

Displaying 20 results from an estimated 22 matches for "padualaan".

2011 May 28
2
Nested design
...? ? 1 How do I read this? Any help appreciated! BTW: I also tried the lme function: model<-lme(Response~Site*MH, random=~1|Trans/MH) but then the output is really complicated. ----- Dr. Bjorn JM Robroek Ecology and Biodiversity Group Institute of Environmental Biology, Utrecht University Padualaan 8, 3584 CH Utrecht, The Netherlands Email address: b.j.m.robroek at uu.nl http://www.researcherid.com/rid/C-4379-2008 Tel: +31-(0)30-253 6091 -- View this message in context: http://r.789695.n4.nabble.com/Nested-design-tp3557404p3557404.html Sent from the R help mailing list archive at Nabble.com.
2012 Nov 04
1
what is the function naming convention?
...So, an entire zoo of function names. Did I miss a system, or is it arbitrary (within the set of accepted characters) ? What is the best way to name one's own functions? Thanks in advance, Franklin Bretschneider ---------------------------- Utrecht University Dept Biology Kruytgebouw W711 Padualaan 8 3584 CH Utrecht The Netherlands
2013 Feb 07
4
low pass filter analysis in R
Hello R users, I am trying to use R to do the low pass filter analysis for the tidal data. I am a novice in R and so far been doing only simple stuffs on R. I found a package called signal but couldn't find the proper tutorial for the low pass filter. Could anyone point me to the proper tutorial or starting point on how to do low pass filter analysis in R ? Thank you so much. Janesh
2009 Feb 04
2
xen - which version is installed?
...: 3 xen_minor : 1 xen_extra : .2-92.1.18.el5 Cheers, N. -- ============================================== Nuno Ricardo Santos Loureiro da Silva Ferreira NMR Spectroscopy Research Group Bijvoet Center for Biomolecular Research Utrecht University Bloembergen gebouw Padualaan 8, 3584 CH Utrecht The Netherlands P: +31.(0)30.253 9932 F: +31.(0)30.253 2652 E: n.l.ferreira@uu.nl W: http://nmr.chem.uu.nl ============================================== _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource...
2005 Jul 20
0
'old' rpms in CentOS 3.5
...ould be replaced by elinks-0.4.2-8.i386.rpm dos2unix-3.1-15.EL.22.i386.rpm unix2dos-2.2-19.EL.25.i386.rpm The SRPMS dir of CentOS 3.5 has both versions, so that's probably the cause of this. _________________________ Jan Kees van Amerongen Bioinformatics group, Utrecht University Room Z506, Padualaan 8, 3584 CH Utrecht, the Netherlands phone: +31 30 2533695 fax: +31 30 2513655 email: J.K.vanAmerongen at bio.uu.nl
2013 Apr 04
2
custom startup/welcome message
hi everybody I wonder if there is a simple way, but not simple would be ok too, to customize info/welcome page at session start time? what I'd like to do is to put together simple short howto / dos & don'ts page for users, I'm thinking it would be great if it was possible many thanks [[alternative HTML version deleted]]
2013 Apr 08
0
A categorized list of R functions
...!). Column order can be changed by changing the printing order of newhits[ ,1] ,2 and ,3. In addition, Liviu Andronic's suggestion to use the package "sos" (strange name, but good tip) seems also interesting. Best wishes, Franklin Bretschneider -- Dept of Biology Kruytgebouw W711 Padualaan 8 3584 CH Utrecht The Netherlands - - - - - - - - - - - - - - - - - # categorize functions 2.R # Franklin Bretschneider # after R-help, R. Michael Weylandt # 08-04-2013 # this version produces a tab-delimited text file with # the columns: (search) pattern; (in which) package and function...
2007 Aug 24
2
Applying a function to an array
Dear R-users, I would like to apply a function (more precisely sd()) over the third dimension of a three-dimension array. The function apply would be interesting but the chosen function can only be applied on the rows and columns of the array according to the help file. I can use a loop to cut the array in matrices and then use apply for each replication, but it's not very nice. A small
2009 Mar 19
2
find the index of the smallest or biggest number in a vetor or data.frame
Dear R experts, How to find out the index of minimum or maxmum number in a vetor or data.frame? For example, a= n price 1 50 -2 100 0 200 -1 300 ...... I want to find out the row which the n is the smallest or largestest and extract the price. Thanks Ted -- View this message in context:
2013 Apr 04
6
categorized complete list of R commands?
every time I read the R release notes for the next release, I see many functions that I had forgotten about and many functions that I never knew existed to begin with. (who knew there were bibtex facilities in R? obviously, everyone except me.) I wonder whether there is a complete list of all R commands (incl the standard packages) somewhere, preferably each with its one-liner AND
2013 Apr 19
3
Reading CSV file
I am trying to read a csv file using the code; contol <- read.csv("RBS.csv") This is the error message I got; Error in file(file, "r") : unable to open connection In addition: Warning message: In file(file, "r") : cannot open file 'RBS.csv', reason 'No such file or directory' Where was the mistake? -- OYEYEMI, Gafar Matanmi (Ph.D) Senior
2008 Jul 18
2
matrix multiplication question
Hello, I am a newcomer to R and therefore apologize for posting such a basic question. I am trying to multiply 2 matrices t(X1)%*%X1, where t(X1) is: 1 2 3 4 5 8 12 13 20 24 26 27 31 33 34 36 37 40 41 42 45 46 47 48 49 ones 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Shadow 0 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0
2012 Jan 17
2
How to loop on file names
Dear all, I need to do the same procedure on several files. But I don't know how to refer to the file name. Here is an example of what I am trying to do. List of files: file1(A,B,C, D1...Dn), file2(A,B,C,E1,...,En), file3(A,B,C,F1,...,Fn) Procedure I want to apply on each file: dft <- melt(df,id=c('A','B','C')) dft$X <- substr(dft$variable,1,3) dft$Y <-
2012 Sep 26
3
Reading multiple files
Hi, I have 35 data files for reading. I would like get a program for performing reading of 35 files at once. All are of the type: Dados1.raw, Dados2.raw and so on. If the files have the same number of columns, I can read with the following commands: rm(list=ls()) filenames = list.files(path="~/Silvano/Arq", pattern="Dados+.*raw") names = substr(filenames, 1, 7) for(i in
2012 Dec 30
4
Starting with R
I have installed R on my machine. Can anyone now suggest to me the best book/e-book from where I can learn the R language most efficiently? Thanks in advance -- Siddhant Gupta III Year Department of Biotechnology IIT Roorkee India [[alternative HTML version deleted]]
2011 Nov 18
3
tip: large plots
Hi all, I'm working with a bunch of large graphs, and stumbled across something useful. Probably many of you know this, but I didn't and so others might benefit. Using pch="." speeds up plotting considerably over using symbols. > x <- runif(1000000) > y <- runif(1000000) > system.time(plot(x, y, pch=".")) user system elapsed 1.042 0.030 1.077
2009 Apr 01
1
Server with 2 Nics (continuation)
...e appropriate IP''s), the physical devices are down! Any insights? Cheers, N. -- ============================================== Nuno Ricardo Santos Loureiro da Silva Ferreira NMR Spectroscopy Research Group Bijvoet Center for Biomolecular Research Utrecht University Bloembergen gebouw Padualaan 8, 3584 CH Utrecht The Netherlands P: +31.(0)30.253 9932 F: +31.(0)30.253 2652 E: n.l.ferreira@uu.nl W: http://nmr.chem.uu.nl ============================================== _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource...
2009 Mar 27
3
color vectors other than gray()
I'm trying to create a graph where different cells of a grid (a shapefile) will be painted with a color share scale, where the most easy way is to use gray(). Can I somehow get a vector (gradient) of colors, a vector of colors with other methods but gray()? I'm doing this until now quad_N_sp <-
2009 Mar 05
8
R on netbooks et al?
Dear useRs, With the rise of netbooks and 'lifestyle laptops" I am tempted to get one of these to mainly run R on it. Processor power and hard disk space seem to be ok. What I wonder is the handling and feel with respect to R. Has anyone here installed or is running R on one of these, and if so, what is your experience? Would it be more of a nice looking gadget than a feasable platform
2013 Feb 08
6
Add text A, B, C and D on multiple ordered plot
Dear list, Is there a elegant way to name multiple ordered plot as A, B, C and D? Just put A, B, C and D on the top left corner of each plot. Usually I do it in Illustrator, but I think in R should there is a way. Could you please provide a example? Thank you very much in advance.