Displaying 1 result from an estimated 1 matches for "cases2".
Did you mean:
cases
2010 Oct 05
1
loess with missing data points
...4.156057 00709-0
7.298887 4.405201 00709-0
6.195063 4.577686 00709-0
6.574864 5.541409 00709-0
When I run
cap<-paste(sub.id,cases2$group[1],sep=" ")
plot(cases2$IL1Ra~cases2$Age.at.Sample.Collection, ylab="eo_conc",xlab="Age
at Sample",pch=1, ylim=c(3,10), xlim=c(0,22),main=cap)
points(cases2$MIP1b~cases2$Age.at.Sample.Collection,pch=2,ylim=c(1.5,10),col="red")
points(cases2$MCP1~cases2$...