Re: xpose help
Dear Justus,
Your best bet may be not to use the ind.plots function at all, and instead use standard lattice, e.g.
> library(xpose4)
> xp <- xpose.data(1) ; load NM data
> x <- xp@Data ; move the Xpose data somewhere more convenient
> xyplot(DV ~ TIME | factor(ID), data=subset(x, EVID==0), as.table=T, type="l")
Best
Justin
Quoted reply history
On 3/26/12 9:47 PM, Justus Bingham wrote:
> Hello Group,
>
> I am trying to use the ind.plots function in xpose4 with a slight modification.
> I want to plot only the DV, and leave off IPRED and PRED. Does anyone know how
> to do this?
>
> Thanks in advance,
>
> Justus Bingham