search for: plot_k_list

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

2008 Nov 13
1
Error in Quantile function
...has no problems with determining the confidence intervals using the quantile command. This is outside the bootstrap portion of the code that is working fine it is just determining everything for the more complicated model, not even sure what the error is telling me. > spread <- expntl.dr(plot_k_list,pdose) > exp_CIs <- quantile(spread,probs=c(0.01,0.05,0.95,0.99)) Error in order(list(bootdataframe.age = c(1.56064428047387e-09, 1.63862234892065e-09, : unimplemented type 'list' in 'orderVector1' > I am not sure if this is problem with the quantile command tryin...