search for: dosetot

Displaying 1 result from an estimated 1 matches for "dosetot".

Did you mean: dosenot
2013 Jan 06
0
How to use predict function from R2OpenBUGS results
Dear All,   I made some headways on my ODE problem in R2OpenBUGS, but got stuck again. Wonder if someone could help on the following:   I am running the following code:   library(R2OpenBUGS) dosetotal <-c(500,250) z <-c(4,2) grid <-c(4,15) n.grid <-2 tol <-0.001 dim <-2 T <-2 origin <-0 dosetime <-c("1/05/2013 0:00","1/06/2013 00:00") dose <-tail(dosetotal, n=1) dosetime <-as.POSIXct(dosetime,format='%m/%d/%Y %H:%M') times <-matri...