search for: runlogbootcl

Displaying 1 result from an estimated 1 matches for "runlogbootcl".

2009 Nov 16
1
specifying group plots using panel.groups
...se the panel.groups function, but cannot seem to get it to work. I have a melted data set and put in a FLAG column to separate my data into the two groups that I would like to plot, point data (FLAG=0) and the distribution(FLAG=1). Here is the code i am using in R: stripplot( variable~value, conf(RunlogBootCL), groups=FLAG, panel=panel.superpose, panel.groups=function(x,y, group.number, ...){ if(group.number==1)panel.xyplot(x,y, group.number...) else if(group.number==0)panel.covplot(x,y, group.number...)}, ref=1, cex = 0.5, col="black", main='Covariate Effects on Clearance', xlab='...