Displaying 2 results from an estimated 2 matches for "acetaminophen".
2004 Aug 13
5
simtest for Dunnett's test
...hicle+vehicle vs. RWJ-69528-000-B
0.1mg/kg+vehicle","vehicle+vehicle vs. RWJ-69528-000-B
1mg/kg+vehicle","vehicle+vehicle vs. RWJ-69528-000-B 0.1mg/kg+morphine
60mg/kg","vehicle+vehicle vs. RWJ-69528-000-B 1mg/kg+morphine
60mg/kg","vehicle+vehicle vs. vehicle+acetaminophen
600mg/kg","vehicle+vehicle vs. RWJ-69528-000-B 0.1mg/kg+acetaminophen
600mg/kg","vehicle+vehicle vs. RWJ-69528-000-B 1mg/kg+acetaminophen
600mg/kg")
y<-c(21.5,14.7,16.7,18.8,17.3,15.527,17.551,17.199,15.895,14.388,30,30,30,21
.2,14.6,30.83,30.622,30.465,24.563,31.416,30,...
2010 Jun 05
1
Error Bar Issues
...my error bars.
plotCI(x=Saline [,1],y=Saline [,2], uiw=Saline [,3], liw=uiw, err=y, pch=21,
pt.bg=par("bg"), cex=1.5, lty=1, type="o", gap=0, sfrac=0.005,
xlim=c(-21,340),xaxp=c(-20,320,11), xlab="Time (min)", ylim=c(0,12),
yaxp=c(0,12,11), ylab="Arterial Plasma Acetaminophen (?g/mL)", las=1,
font.lab=2, add=TRUE)
And this is the error message I keep getting
Error in plotCI(x = Saline[, 1], y = Saline[, 2], uiw = Saline[, 3], liw =
uiw, :
object 'uiw' not found
In addition: Warning message:
In if (err == "y") z <- y else z <- x :
the...