Displaying 3 results from an estimated 3 matches for "incu".
Did you mean:
inc
2009 Feb 25
1
problems with arrangement of figures by layout function
...dy, I could generate the correspondent histogram for each leaf, but
can't figure out how to arrange them in the right place. I tried
something like
>layout(rbind(c(1,1,1,1,1,1,1),c(2,3,4,5,6,7,8)))# the first row for
tree
>plot(tree,uniform=T,branch=0.5,margin=0,compress=T)
>histogram(IncU|where)
But the last command ignores the layout arrangement. How can I get
around the problem?
Thanks in advance
Weidong Gu
Department of Medicine
UAB
2013 Jan 07
2
how to aggregate T-test result in an elegant way?
Dear all:
Plan 1:
I want to do serval t-test means for different variables in a loop ,
so I want to add all results to an object then dump() them to an
text. But I don't know how to append T-test result to the object?
I have already plot the barplot and I want to know an elegant way to
report raw result.
Can anybody give me some pieces of advice?
Yao He
?????????????????????????
Master
2010 Feb 26
1
Problem with cut and paste corruption
Dear All
We have noticed a problem when cut-and-pasting a largish section
(> 4096 bytes ?) of R code from an editor to an R session.
System is Fedora 12 i386 with updates, R-2.9.0 and R-2.10.1 at least.
Problem disappears if you start R with --no-readline !
If happens independently of the editor (tried vim/kate) and the
terminal (tried konsole/gnome-terminal)
Could you please try and