search for: bdus

Displaying 2 results from an estimated 2 matches for "bdus".

Did you mean: bdcs
2002 Sep 09
1
Plots by subject
...#39;for' functions didn't do it for me.) This works one subject: pt <- ID == '1' par(oma=c(0,2,0,3)) plot(VISITWK[pt], T4[pt], ylim=c(0,500), xlim=c(0,50), xlab='Visit week', type='b', ylab='CD4 count (cells/ul) [-o-]') par(new=T) plot(VISITWK[pt], LOG.BDUS[pt], ylim=c(1,6), xlim=c(0,50), pch='+', axes=F, ylab='', type='b', xlab='', main='Viral load and CD4 for ID=1') axis(4) mtext("Viral load (log10) [-+-]",4, outer=T) savePlot(filename='ID_1', type=c('pdf')) Is there something like...
2002 Nov 20
0
Plots by subject
...one subject: >> >> pt <- ID == '1' >> par(oma=c(0,2,0,3)) >> plot(VISITWK[pt], T4[pt], ylim=c(0,500), xlim=c(0,50), xlab='Visit week', >> type='b', ylab='CD4 count (cells/ul) [-o-]') >> par(new=T) >> plot(VISITWK[pt], LOG.BDUS[pt], ylim=c(1,6), xlim=c(0,50), pch='+', axes=F, >> ylab='', type='b', xlab='', main='Viral load and CD4 for ID=1') >> axis(4) >> mtext("Viral load (log10) [-+-]",4, outer=T) >> savePlot(filename='ID_1', type=c('p...