Displaying 1 result from an estimated 1 matches for "bosday2".
Did you mean:
body2
2008 Jun 10
1
Sweave, ggplot2 and two-page figures
I am using Sweave to generate a document in which ggplot2 figures are
embedded. I am using the following code in a particular plot within a
subfloat environment:
<<qplotARbosreg, echo = FALSE, fig = TRUE>>=
print(qplot(bosday2, Arday2, data= arbostimearonlyNArm,
colour=factor(bos2), shape=factor(bos2), size=factor(cumARscore),
position="jitter", main="Days to BOS by Days to First AR", xlab="Days of
Follow-up", ylab="Daysto First AR") + geom_smooth(aes(group=bos2),
method='rlm...