search for: expt1

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

Did you mean: exp1
2011 Dec 16
0
xyplots with differentiated first data points
...;l") panel.xyplot(x[1], y[1], col="black",type="p") }) However, I am trying to do this for every line for multiple lines in a panel, with several panels created by a 'by()' function (I do not want a grid of panels, I want separated panels). expt1 is a dataframe with seven factor columns, and x,y data coordinates in columns 8 and 9. I can appropriately create the grouped lines (but without the single data markers) with following code: by(expt1,expt1[,3:4],function(q) xyplot(q[,9] ~ q[,8], groups=q[,2], data=q, col="black", ty...
2006 Jul 30
2
Reading multiple txt files into one data frame
...dually and cutting and pasting the data into an excel file. How can I do this in R assuming all my text files are in one directory. Is it also possible to customize the column headers. For example if I have 32 trials and 16 are experimental and 16 are control and I want to name the columns "Expt1", Expt2",... "Expt16" and the control columns "Cntl1",...Cntl16". Kartik
2012 Jun 19
1
ANOVA help
Hi All, I have a microarray dataset as follows:                           expt1 expt2 expt3  expt4 expt 5  gene1                val      val     val      val     val gene2                val      val     val      val    val . . .. gene15000       val       val     val      val     val The result is from the same organism in four different experiments.  Also, there are 4 r...
2002 Apr 18
2
Changing tick mark labels
...of my variables to appear on the x-axis rather than ascending numbers? I have used: termplot(fm, se=T, axes=FALSE, col.se="black") axis(1, 1:4, LETTERS[1:4]) axis(2) box() to replace the numbers with letters - but I want to be able to have the names of the plotted varibles from say Data$Expt1, so that instead of A, B, C - I have Control, Subs1, Subs2 etc Can anyone tell me how I can do this? Thankyou for your time and assistance, I appreciate it highly. Mark Harris -- Mark Harris School of Life Sciences University of Queensland, Brisbane Australia Ph: (07) 3365 7237 International:...