search for: finalfdsc

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

2013 Jan 06
0
How to use predict function from R2OpenBUGS results
...<-theta3*exp(vba)  } } res <- bugs(list(z = z, T = T,initc = initc, dose = dose,n.grid = n.grid, dim = dim, grid = grid, origin = origin, tol=tol), debug = FALSE,model.file = model, inits = NULL, parameters.to.save=c("ke", "ka", "vb"), n.chains=3, n.iter=10000) finalfdsc <- res$summary   which will give me my well deserved results for the parameters I was looking for:-). My question is that is there a way to use the predict function somehow with the results generated to predict values for z at times let us say 0 to 10 at 1 hour intervals? I know predict will tak...