Displaying 1 result from an estimated 1 matches for "mplot".
Did you mean:
plot
2005 Jun 01
2
mplot :how to deal with missing data
...c
547362 sa1-d07 030min 3 ler r 10.341149 o
..................................................
..................................................
..................................................
I would like to get graphs means for two-way factor combinations
I used Rlab package:
> mplot(data$y[which(data$Genes==sa1-d07)],
data$time[which(data$Genes==sa1-d07)], data$trt[which(data$Genes==sa1-d07)])
However, I have the following error message:
plot window will lay out plots in a 3 by 1 matrix
Error in plot.window(xlim, ylim, log, asp, ...) :
need finite 'ylim' va...