Dear R-Experts, I have two variables coming from my calculations: Tissues --> WT sun41 Revertante NullPoint --> 0.826 0.871 0.859 Now I want to build a matrix, where row1=Tissues and row2=NullPoint is. How can I realize this? Thanks, Corinna
> Now I want to build a matrix, where row1=Tissues and row2=NullPoint is. > How can I realize this??rbind It seems you ask a lot of questions these times on the list. Maybe you should read the R mailing lists posting guide, it contains useful resources which could help you to find the answers by yourself. http://www.r-project.org/posting-guide.html -- Julien
Thanks. I did read everything I could but could not understand everything. Hopefully with more programming practice it will become more less. Corinna -----Urspr?ngliche Nachricht----- Von: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] Im Auftrag von Julien Barnier Gesendet: Donnerstag, 19. April 2007 14:02 An: r-help at stat.math.ethz.ch Betreff: Re: [R] matrix building with two variables> Now I want to build a matrix, where row1=Tissues and row2=NullPoint is. > How can I realize this??rbind It seems you ask a lot of questions these times on the list. Maybe you should read the R mailing lists posting guide, it contains useful resources which could help you to find the answers by yourself. http://www.r-project.org/posting-guide.html -- Julien ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Hi,> I did read everything I could but could not understand everything. Hopefullywith more programming> practice it will become more less.Then maybe you read everything you could a bit too fast. Because the answer to your question is in the first document to read, "An introduction to R", section 5.8 : http://cran.r-project.org/doc/manuals/R-intro.html#Forming-partitioned-matrices -- Julien
2007/4/19, Schmitt, Corinna <Corinna.Schmitt at igb.fraunhofer.de>:> Thanks. > > I did read everything I could but could not understand everything. Hopefully with more programming practice it will become more less.Here is a great book: Uwe Ligges: Programmieren mit R. worth every "Rappen" :-)