If anyone can assist with this problem you have my great thanks: I am trying to establish and plot confidence intervals on a bootstrapped function. I have a more complicated function that 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 trying to order the data or if the values in the spread are too close together. Thank you for any assistance you can offer. Mark -- View this message in context: http://www.nabble.com/Error-in-Quantile-function-tp20488954p20488954.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.