Displaying 1 result from an estimated 1 matches for "cv_event_2".
2007 Jun 19
1
plotting order of lines in xyplot panels while using conditioning variable and groups
...longer lines. I am having some trouble
finding a method to change the order in which curves
are plotted in each panel. I have tried reordering the
levels in data$group:
data$group<-factor(data$group,
levels=c("CV_model_event_1","CV model event 2","CV
event
1","CV_event_2","CV_event_2_CVA","CV_event_2_TIA"))
but this changed nothing.
Any suggestions gratefully received.
TIA
Richard