Hello,
I am currently using probplot function in the e1071 package to do
cumulative probability plots . I want to be able to do multiple
cumulative probability plots ( based on a grouping of data) on a single
plot. Any help with this would be greatly appreciated.
Thanks.
_
Hello,
Apologies for the newbie question.
I have x,y data that I want to plot - I currently have a third column
which identifies the run.
X, Y, RunNum
currenly I have xyplot(X,Y,data=xyplotdata, groups=RunNum) but there is
such alot of data -- what I want is another grouping that say would plot
x
Hello all,
I am using RSPerl package to display plots in R . I want to be able to compare
some data in boxplot and in histogram and in probplot ( from e1071 package)
- ( cumulative probability plot - normal)
I have a nested arrray of data ... from perl like the following
data[0][0] = (1,2,3,.