Re: [R] how to output profile plots for groups using lattice package

2009-10-13 Thread George Kalema
better), subset the data before > calling xyplot. > > -Peter Ehlers > > > George Kalema wrote: > >> Hi Peter (and anyone else willing to help me out), >> Many thanks for your help. Having used your code plus a few other >> modifications, I only get the points

Re: [R] how to output profile plots for groups using lattice package

2009-10-12 Thread George Kalema
NA")), points = list(pch = 1:2)) ) plot(tp1.sim) I have attached my real dataset (called datos) as well. Kind appreciations to your efforts. George On Wed, Oct 7, 2009 at 9:20 AM, Peter Ehlers wrote: > see below > > George Kalema wrote: > >> Dear R users, >> I

[R] how to output profile plots for groups using lattice package

2009-10-06 Thread George Kalema
Dear R users, I am trying to have an xyplot of a data set which has the following variables: case (n=10,20,30) parameter (parm=a,b) group (grp=g1,g2) y (y values) x (x=2,4,8) My plot should be parameter by case such that I have 2 rows (each row= each parameter) and 3 columns (each column=each case