search for: pflanzenwissenschaften

Displaying 4 results from an estimated 4 matches for "pflanzenwissenschaften".

2006 Mar 12
2
tapply with unequal length of arguments
...possible to use tapply(x,y,mean) if not all groups of x by y are of the same length (for example if you have one missing observation)? I tried tapply(x,y,mean,na.omit=T) but it doesn't work! Steffi -- --------------------------------- Stefanie von Felten Doktorandin ETH Z?rich Institut f?r Pflanzenwissenschaften ETH Zentrum, LFW A 2 Telefon: 044 632 85 97 Telefax: 044 632 11 53 e-mail: stefanie.vonfelten at ipw.agrl.ethz.ch http://www.ipw.agrl.ethz.ch/~svfelten/ und: Universit?t Z?rich Institut f?r Umweltwissenschaften Winterthurerstrasse 190 8057 Z?rich Telefon: 044 635 61 23 Telefax: 044 635 57 11 e...
2005 Jan 28
2
print() from within a function - Windows specific? (PR#7584)
...ol returns to the command window. A test code could be: for(i in 1:10){ for(j in 1:1000){ for(k in 1:1000){} } print(i) } I once ask a linux / unix user and he was not able to reproduce the problem. Best regards ------------------------------------------------- Markus Liedgens Institut f?r Pflanzenwissenschaften - ETH Z?rich FEL Eschikon 33 8315 Lidau, Switzerland e-mail: markus.liedgens@ipw.agrl.ethz.ch -------------------------------------------------- 8315 Lindau
2005 Nov 24
2
type III sums of squares in R
...fit A,B, and AB (as 3 main effects) in 3 different sequential models with each one of them in the end once. For the term in the end you then get type III SSQ which seem to be correct. Cheers Steffi -- --------------------------------- Stefanie von Felten Doktorandin ETH Z??rich Institut f??r Pflanzenwissenschaften Universit??tstrasse 2, LFW A2 8092 Z??rich Telefon: 044 632 85 97 Telefax: 044 632 11 53 e-mail: stefanie.vonfelten at ipw.agrl.ethz.ch Universit??t Z??rich Institut f??r Umweltwissenschaften Winterthurerstrasse 190 8057 Z??rich Telefon: 044 635 61 23 Telefax: 044 635 57 11 e-mail: sfelten at uwi...
2009 Oct 23
5
Change positions of columns in data frame
Hi all, Probably a simple question, but I just can't find a simple answear in the older threads or anywhere else. I've added some new vectors as columns in a data frame using cbind(). As they're all put as the last columns inte the data frame, I would like to move them to specific positions. How do you do to change the position of a column in a data frame? I know I can use