search for: 3mg

Displaying 2 results from an estimated 2 matches for "3mg".

Did you mean: 3g
2009 Jul 08
1
A Lattice Question
...xx <- seq(0,1,length = 100); yy <- mean(PS$theta)*(1-exp(mean(PS$k)*xx))/(1-exp(mean(PS$k))) ts1 <- xyplot(VCFB ~ Visit , groups = ID, data = CFB_M, type = c('g','l'),strip = strip.custom(style =4), as.table=TRUE,xlab = 'Time',ylab = 'FBG CFB',main = '3mg Change from Baseline FBG',panel=function (xx,yy,...) { panel.xyplot(...); panel.lines(xx,yy,...);}); Many thanks!! Best, Haoda
2009 Jul 09
2
How to Populate List
...xx <- seq(0,1,length = 100); yy <- mean(PS$theta)*(1-exp(mean(PS$k)*xx))/(1-exp(mean(PS$k))) ts1 <- xyplot(VCFB ~ Visit , groups = ID, data = CFB_M, type = c('g','l'),strip = strip.custom(style =4), as.table=TRUE,xlab = 'Time',ylab = 'FBG CFB',main = '3mg Change from Baseline FBG',panel=function (xx,yy,...) {         panel.xyplot(...);         panel.lines(xx,yy,...);}); Many thanks!! Best, Haoda ------------------------------ Message: 111 Date: Wed, 8 Jul 2009 13:46:49 -0600 From: Tracey Frescino <tfrescino@fs.fed.us> Subject: [R] sub...